mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
7 lines
209 B
Meson
7 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
|