gstreamer/subprojects/gst-editing-services/tests/validate/meson.build

10 lines
275 B
Meson
Raw Permalink Normal View History

2022-03-12 03:16:09 +08:00
subdir ('scenarios')
install_data (['geslaunch.py'],
install_dir : join_paths(get_option('libdir'),
'gst-validate-launcher', 'python', 'launcher', 'apps'))
env = environment()
env.prepend('GST_VALIDATE_APPS_DIR', meson.current_source_dir())
meson.add_devenv(env)