meson: build more examples
[platform/upstream/gstreamer.git] / tests / examples / uvch264 / meson.build
1 if gtk_dep.found() and gdk_x11_dep.found()
2   test_uvch264_args = [
3     '-DGST_USE_UNSTABLE_API',
4     cc.get_supported_link_arguments('-fvisibility=default'),
5   ]
6   gmodule_export_dep = dependency('gmodule-export-2.0')
7   executable('test-uvch264', 'test-uvch264.c',
8     include_directories : [configinc],
9     dependencies : [gtk_dep, gdk_x11_dep, gst_dep, gstvideo_dep, gmodule_export_dep],
10     c_args : gst_plugins_bad_args + test_uvch264_args,
11     install: false)
12 endif