mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
11 lines
293 B
Meson
11 lines
293 B
Meson
|
if gtk_dep.found() and gtk_wayland_dep.found() and use_wayland
|
||
|
executable('gtkwaylandsink',
|
||
|
'gtkwaylandsink.c',
|
||
|
extra_files: ['window.ui'],
|
||
|
install: false,
|
||
|
include_directories : [configinc],
|
||
|
dependencies : [gtk_dep, gst_dep],
|
||
|
c_args : gst_plugins_bad_args,
|
||
|
)
|
||
|
endif
|