From 2d37dc736fa79b836db63c91f7e10a9f82e7d2c4 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 28 Aug 2018 09:43:02 +0200 Subject: qtwayland/etnaviv: remove xcomposite-glx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes | ERROR: Feature 'xcomposite-glx' was enabled, but the pre-condition 'features.wayland-client && features.opengl && !features.opengles2 && features.xlib && libs.xcomposite && libs.glx' failed. | | ERROR: Feature 'xcomposite-glx' was enabled, but the pre-condition 'features.wayland-server && features.opengl && !features.opengles2 && libs.xcomposite && libs.glx' failed. FWIW: Have similar for Raspi/VC4 in meta-raspi-light Signed-off-by: Andreas Müller Signed-off-by: Otavio Salvador --- dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend new file mode 100644 index 00000000..7f61dc50 --- /dev/null +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwayland_%.bbappend @@ -0,0 +1,2 @@ +# etnaviv mesa does not have glx +PACKAGECONFIG_remove_use-mainline-bsp = "xcomposite-glx" -- cgit v1.2.3-54-g00ecf