gstreamer/tools/meson.build
Guillaume Desmottes b3d63d613a meson: add tools support
Looks like the tools directory was left out during the initial port to
meson.

https://bugzilla.gnome.org/show_bug.cgi?id=789090
2017-10-19 16:43:55 +02:00

9 lines
219 B
Meson

executable('listcomponents',
'listcomponents.c',
install: false,
include_directories : [configinc] + extra_inc,
dependencies : [glib_dep, gmodule_dep],
link_with: [],
c_args : gst_omx_args + extra_c_args,
)