diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:48:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 00:03:52 +0100 |
commit | 014e8de2f807a7984a4f730a9d8cb3508a098dc8 (patch) | |
tree | e187d7d916a1e1f05dc8326d901aafd2754ca6c7 /recipes-graphics | |
parent | cbe0bb6c246cf25a9a159c5963c095d718c59878 (diff) | |
download | meta-mingw-014e8de2f807a7984a4f730a9d8cb3508a098dc8.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/wayland_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | # The assembly file that encodes the DTD string into wayland-scanner is not | 1 | # The assembly file that encodes the DTD string into wayland-scanner is not |
2 | # compatible with i686 MinGW | 2 | # compatible with i686 MinGW |
3 | PACKAGECONFIG:remove:mingw32_i686 = "dtd-validation" | 3 | PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation" |
4 | 4 | ||
5 | EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" | 5 | EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" |
6 | EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" | 6 | EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" |