mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
8 lines
209 B
Meson
8 lines
209 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,
|
||
|
install: false)
|
||
|
endif
|