mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 17:39:47 +00:00
7 lines
262 B
Meson
7 lines
262 B
Meson
if directfb_dep.found()
|
|
executable('gstdfb', 'gstdfb.c',
|
|
include_directories : [configinc],
|
|
dependencies : [gst_dep, directfb_dep, libm],
|
|
c_args : gst_plugins_bad_args + cc.get_supported_arguments('-Wno-redundant-decls'),
|
|
install: false)
|
|
endif
|