mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
13 lines
353 B
Meson
13 lines
353 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,
|
||
|
)
|
||
|
|
||
|
# FIXME: gst-ptp-helper
|
||
|
# FIXME: gst-completion-helper
|