mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 01:05:47 +00:00
14 lines
319 B
Meson
14 lines
319 B
Meson
if not use_wayland
|
|
subdir_done()
|
|
endif
|
|
|
|
if gtk_dep.found() and gtk_wayland_dep.found()
|
|
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
|