From: Andreas Müller Date: Tue, 28 Aug 2018 07:43:02 +0000 (+0200) Subject: qtwayland/etnaviv: remove xcomposite-glx X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa718286a236d6445bc9aad531d7a8c9349648fe;p=meta-freescale.git qtwayland/etnaviv: remove xcomposite-glx 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 --- 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"