mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
5b321dbe3a
commit
a05b551843
3 changed files with 10 additions and 0 deletions
|
@ -3,3 +3,5 @@ if host_machine.system() != 'windows'
|
|||
subdir('check')
|
||||
endif
|
||||
|
||||
subdir('validate')
|
||||
|
||||
|
|
5
tests/validate/meson.build
Normal file
5
tests/validate/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
subdir ('scenarios')
|
||||
|
||||
install_data (['geslaunch.py'],
|
||||
install_dir : join_paths(get_option('libdir'),
|
||||
'gst-validate-launcher', 'python', 'launcher', 'apps'))
|
3
tests/validate/scenarios/meson.build
Normal file
3
tests/validate/scenarios/meson.build
Normal 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'))
|
Loading…
Reference in a new issue