M7350/oe-core/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
2024-09-09 08:57:42 +00:00

14 lines
458 B
Diff

Index: weston-1.5.0/configure.ac
===================================================================
--- weston-1.5.0.orig/configure.ac
+++ weston-1.5.0/configure.ac
@@ -503,7 +503,7 @@ if test x$wayland_scanner = x; then
AC_MSG_ERROR([wayland-scanner is needed to compile weston])
fi
-PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
+#PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
AC_CONFIG_FILES([Makefile src/version.h src/weston.pc])