summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-02-20 10:15:47 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-21 09:40:25 +0000
commit4e4f8abc700ec1131f62cd25fd5eaab020b483a6 (patch)
tree1cf7aebbd4a46e85f75afc074356331962bf8abb
parent5182a22a29a4c1980aed6246746326b050c50a3f (diff)
downloadmeta-mingw-4e4f8abc700ec1131f62cd25fd5eaab020b483a6.tar.gz
wayland: Set meson configure options
Sets the configure options required to build wayland-scanner using meson for MinGW Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-graphics/wayland/wayland_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend
index bbb1c52..bd42595 100644
--- a/recipes-graphics/wayland/wayland_%.bbappend
+++ b/recipes-graphics/wayland/wayland_%.bbappend
@@ -3,4 +3,5 @@
3PACKAGECONFIG_remove_mingw32_i686 = "dtd-validation" 3PACKAGECONFIG_remove_mingw32_i686 = "dtd-validation"
4 4
5EXTRA_OECONF_class-nativesdk_mingw32 = "--disable-documentation --disable-libraries" 5EXTRA_OECONF_class-nativesdk_mingw32 = "--disable-documentation --disable-libraries"
6EXTRA_OEMESON_class-nativesdk_mingw32 = "-Ddocumentation=false -Dlibraries=false"
6 7