From 15506de8da4f335d3b7919f2cf5745a47e1f789c Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 25 Oct 2019 13:27:49 -0500 Subject: wayland: Disable library 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 --- 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" + -- cgit v1.2.3-54-g00ecf