mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
b3d63d613a
Looks like the tools directory was left out during the initial port to meson. https://bugzilla.gnome.org/show_bug.cgi?id=789090
8 lines
219 B
Meson
8 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,
|
|
)
|