From 014e8de2f807a7984a4f730a9d8cb3508a098dc8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 23:48:13 +0100 Subject: meta-mingw: Override syntax conversion manual fixes Fix a coupld of mis-converted lines from the automated override conversion script. Signed-off-by: Richard Purdie --- recipes-graphics/wayland/wayland_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics') diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend index 86a9061..e8ca57d 100644 --- a/recipes-graphics/wayland/wayland_%.bbappend +++ b/recipes-graphics/wayland/wayland_%.bbappend @@ -1,6 +1,6 @@ # The assembly file that encodes the DTD string into wayland-scanner is not # compatible with i686 MinGW -PACKAGECONFIG:remove:mingw32_i686 = "dtd-validation" +PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation" EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" -- cgit v1.2.3-54-g00ecf