[yocto] [meta-mingw][PATCH 2/3] wayland: Disable library

Joshua Watt jpewhacker at gmail.com
Mon Oct 28 08:58:06 PDT 2019


Disable building the wayland libraries for MinGW. The libraries don't
compile for this platform, and are generally unneeded anyway. The
wayland recipe is usually only compiled for nativesdk to pull in the
wayland-scanner utility.

Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
---
 recipes-graphics/wayland/wayland_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 recipes-graphics/wayland/wayland_%.bbappend

diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend
new file mode 100644
index 0000000..3713f2d
--- /dev/null
+++ b/recipes-graphics/wayland/wayland_%.bbappend
@@ -0,0 +1,2 @@
+EXTRA_OECONF_class-nativesdk_mingw32 = "--disable-documentation --disable-libraries"
+
-- 
2.21.0



More information about the yocto mailing list