summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-11-11 11:48:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 07:50:32 +0000
commit42c75cd9c0112f08c9059df950c04ea8a84d3468 (patch)
tree3e0178401a9fca5e4aba8120f8378976a778a8b5 /meta/recipes-graphics/wayland
parent521fac6cef29289a93b48f11d993d55e6e73b142 (diff)
downloadpoky-42c75cd9c0112f08c9059df950c04ea8a84d3468.tar.gz
weston: delete unused patch
This patch was dropped from the recipe in the 1.8.0 upgrade. (From OE-Core rev: a5e09329b8796576c158e62d87249dd4a1cc011a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland')
-rw-r--r--meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 68ba38ba8e..0000000000
--- a/meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac
4+++ git/configure.ac
5@@ -501,12 +501,6 @@ if test "x$have_lcms" = xyes; then
6 fi
7 AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
8
9-AC_PATH_PROG([wayland_scanner], [wayland-scanner])
10-if test x$wayland_scanner = x; then
11- PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner])
12- wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
13-fi
14-
15 AC_CONFIG_FILES([Makefile src/version.h src/weston.pc])
16
17 AM_CONDITIONAL([HAVE_GIT_REPO], [test -f $srcdir/.git/logs/HEAD])