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 <tienhock.loh@starfivetech.com>
This commit is contained in:
Andy Hu
2023-06-01 22:44:46 +08:00
parent e1839688b8
commit 5e4957e3ef
+7
View File
@@ -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