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 <[email protected]> --- recipes-graphics/wayland/wayland_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 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 @@ # compatible with i686 MinGW PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation" -EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" -EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" +EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false -Dtests=false" -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57451): https://lists.yoctoproject.org/g/yocto/message/57451 Mute This Topic: https://lists.yoctoproject.org/mt/92182874/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
