Yocto Project Discussions
 help / color / mirror / Atom feed
* [yocto][meta-mingw][PATCH] wayland: Disable DTD validation on i686 MinGW
@ 2019-12-06 20:35 Joshua Watt
  0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2019-12-06 20:35 UTC (permalink / raw)
  To: yocto; +Cc: Joshua Watt

DTD validation can't be built for i686 MinGW because the assembly file
used to encode the DTD string is incompatible (it works fine for x86_64
MinGW though).

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

diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend
index 3713f2d..bbb1c52 100644
--- a/recipes-graphics/wayland/wayland_%.bbappend
+++ b/recipes-graphics/wayland/wayland_%.bbappend
@@ -1,2 +1,6 @@
+# The assembly file that encodes the DTD string into wayland-scanner is not
+# compatible with i686 MinGW
+PACKAGECONFIG_remove_mingw32_i686 = "dtd-validation"
+
 EXTRA_OECONF_class-nativesdk_mingw32 = "--disable-documentation --disable-libraries"
 
-- 
2.23.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-06 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-06 20:35 [yocto][meta-mingw][PATCH] wayland: Disable DTD validation on i686 MinGW Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox