summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland
diff options
context:
space:
mode:
authorNiels De Graef <niels.degraef@barco.com>2019-03-01 09:56:24 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-03-04 10:58:54 +0000
commit67bb17e4fae76f8f662fdd69bba6cdaaf37a90fa (patch)
tree4db52e5703fdf86981c9a7ba4b84aaaebc1f2a83 /gst-libs/gst/wayland
parentc461f22befeae020b4411907164925a4250b583f (diff)
downloadgstreamer-plugins-bad-67bb17e4fae76f8f662fdd69bba6cdaaf37a90fa.tar.gz
waylandsink: Implement XDG-shell stable support
[wl_shell] is officially [deprecated], so provide support for the XDG-shell protocol should be provided by all desktop-like compositors. (In case they don't, we can of course fall back to wl_shell). Note that the [XML spec] is provided by the `wayland-protocols` git repository, which is provided by the Wayland project. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/897 [wl_shell]: https://people.freedesktop.org/~whot/wayland-doxygen/wayland/Client/group__iface__wl__shell.html [deprecated]: https://github.com/wayland-project/wayland/commit/698dde195837f3d0844b2725ba4ea8ce9ee7518c [XML spec]: https://github.com/wayland-project/wayland-protocols/blob/master/stable/xdg-shell/xdg-shell.xml
Diffstat (limited to 'gst-libs/gst/wayland')
-rw-r--r--gst-libs/gst/wayland/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/wayland/meson.build b/gst-libs/gst/wayland/meson.build
index 8bfefcb3b..b1ede41f1 100644
--- a/gst-libs/gst/wayland/meson.build
+++ b/gst-libs/gst/wayland/meson.build
@@ -1,4 +1,4 @@
-wl_req = '>= 1.4'
+wl_req = '>= 1.15'
wl_client_dep = dependency('wayland-client', version: wl_req, required: get_option('wayland'))
libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required: get_option('wayland'))
wl_protocol_dep = dependency('wayland-protocols', version: wl_req, required: get_option('wayland'))