aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-05-22 09:02:20 -0700
committerSaul Wold <sgw@linux.intel.com>2014-05-23 10:45:07 -0700
commit7c40efb62f34f866c98a0b2df50d66c60d76143a (patch)
treefcdee7df53bda2dcc40ccbc5265ef168ec4b1adf /meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
parentf453259c6710a6b3fb3c542b3921426baf160347 (diff)
downloadopenembedded-core-contrib-7c40efb62f34f866c98a0b2df50d66c60d76143a.tar.gz
weston: upgrade to 1.5.0
* replace 0001-remove-dependence-on-wayland-scanner-flags.patch with disable-wayland-scanner-pkg-check.patch * add make-lcms-configureable.patch (WIP... needs work) = fix for JaMa test-dependencies Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch')
-rw-r--r--meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch b/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
new file mode 100644
index 0000000000..062da5cee5
--- /dev/null
+++ b/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
@@ -0,0 +1,13 @@
+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])
+