summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-07-05 13:49:02 +0200
committerJoshua Watt <JPEWhacker@gmail.com>2022-07-05 08:40:56 -0500
commit205e9d942bc8ea1643a8d27b79e773625d173c00 (patch)
treee738af6a90139c240a2c68c7b880030d888bcf83
parent8f9bb07e1931a2bb209524bff18b1e6eaaeebb6d (diff)
downloadmeta-mingw-205e9d942bc8ea1643a8d27b79e773625d173c00.tar.gz
wayland: explicitly disable tests4.1_M2
This addresses the failure with wayland 1.21: | ../wayland-1.21.0/tests/meson.build:2:1: ERROR: Problem encountered: -Dtests=true requires -Dlibraries=true Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-graphics/wayland/wayland_%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend
index e8ca57d..e4792b9 100644
--- a/recipes-graphics/wayland/wayland_%.bbappend
+++ b/recipes-graphics/wayland/wayland_%.bbappend
@@ -2,6 +2,5 @@
2# compatible with i686 MinGW 2# compatible with i686 MinGW
3PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation" 3PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation"
4 4
5EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" 5EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false -Dtests=false"
6EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false"
7 6