meson: Install validate helpers and scenarios

This fixes the usage of gst-validate-launcher ges with an installed
version of GES.
This commit is contained in:
Nicolas Dufresne 2017-09-07 12:07:03 -04:00
parent 5b321dbe3a
commit a05b551843
3 changed files with 10 additions and 0 deletions

View file

@ -3,3 +3,5 @@ if host_machine.system() != 'windows'
subdir('check')
endif
subdir('validate')

View file

@ -0,0 +1,5 @@
subdir ('scenarios')
install_data (['geslaunch.py'],
install_dir : join_paths(get_option('libdir'),
'gst-validate-launcher', 'python', 'launcher', 'apps'))

View file

@ -0,0 +1,3 @@
install_data (['ges-edit-clip-while-paused.scenario'],
install_dir : join_paths(get_option('datadir'),
'gstreamer-1.0', 'validate', 'scenarios'))