From 5e4957e3efbc56aa1b965d3dc9650af186a7320b Mon Sep 17 00:00:00 2001 From: Andy Hu Date: Thu, 1 Jun 2023 22:44:46 +0800 Subject: [PATCH] package/weston: enable wl_shell interface in weston 10 for VK-GL-CTS For weston 10, support for the deprecated wl_shell interface is now disabled by default It will be removed in a future release, re-enable it with the Meson option -Ddeprecated-wl-shell=true link: https://www.mail-archive.com/wayland-devel@lists.freedesktop.org/msg41415.html Enable it for the VK-GL-CTS still use the wl_shell API Signed-off-by: Tien Hock Loh --- package/weston/weston.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 898e0699..0c3506e3 100755 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -21,6 +21,13 @@ WESTON_CONF_OPTS = \ -Dremoting=false \ -Dtools=calibrator,debug,info,terminal,touch-calibrator +# For weston 10, support for the deprecated wl_shell interface is now disabled by default +# It will be removed in a future release, re-enable it with the Meson option +# -Ddeprecated-wl-shell=true +# link: https://www.mail-archive.com/wayland-devel@lists.freedesktop.org/msg41415.html +# Enable it for the VK-GL-CTS still use wl_shell API +WESTON_CONF_OPTS += -Ddeprecated-wl-shell=true + # Uses VIDIOC_EXPBUF, only available from 3.8+ ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8),y) WESTON_CONF_OPTS += -Dsimple-clients=dmabuf-v4l