summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2019-10-25 13:27:49 -0500
committerJoshua Watt <JPEWhacker@gmail.com>2019-10-25 13:29:19 -0500
commit15506de8da4f335d3b7919f2cf5745a47e1f789c (patch)
tree0c38c31d16354cef36cdc67948dbbacaa9a97293
parent2022b7732b1ccece653c7af9ba4b555de4943eaa (diff)
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 <JPEWhacker@gmail.com>
-rw-r--r--recipes-graphics/wayland/wayland_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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"
+