gstreamer/libs/gst/helpers/meson.build
Thibault Saunier 2be7e4758b meson: Make use of new environment object and set plugin path to builddir
- Properly set where to find gst-plugin-scanner
- Use GST_LOADING_WHITELIST so that only core plugins are used

Bump meson requirement to 0.35
2016-10-14 17:30:00 +02:00

15 lines
398 B
Meson

gst_plugin_scanner = executable('gst-plugin-scanner',
'gst-plugin-scanner.c',
c_args : gst_c_args,
include_directories : [configinc],
dependencies : [gobject_dep, gmodule_dep, glib_dep, mathlib, gst_dep],
link_with : [printf_lib],
install_dir : helpers_install_dir,
install: true,
)
gst_scanner_dir = meson.current_build_dir()
# FIXME: gst-ptp-helper
# FIXME: gst-completion-helper