7f6a6704b6dfc6c45829b6fab9f5da07ef4ca564
[platform/upstream/gstreamer.git] / subprojects / gst-omx / tools / meson.build
1 executable('listcomponents',
2   'listcomponents.c',
3   install: false,
4   include_directories : [configinc, omx_inc],
5   dependencies : [glib_dep, gmodule_dep],
6   link_with: [],
7   c_args : gst_omx_args + extra_c_args,
8 )