From a5e09329b8796576c158e62d87249dd4a1cc011a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 11 Nov 2015 11:48:34 +0000 Subject: weston: delete unused patch This patch was dropped from the recipe in the 1.8.0 upgrade. Signed-off-by: Ross Burton --- .../weston/disable-wayland-scanner-pkg-check.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch (limited to 'meta') 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 @@ -Index: git/configure.ac -=================================================================== ---- git.orig/configure.ac -+++ git/configure.ac -@@ -501,12 +501,6 @@ if test "x$have_lcms" = xyes; then - fi - AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes]) - --AC_PATH_PROG([wayland_scanner], [wayland-scanner]) --if test x$wayland_scanner = x; then -- PKG_CHECK_MODULES(WAYLAND_SCANNER, [wayland-scanner]) -- wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner` --fi -- - AC_CONFIG_FILES([Makefile src/version.h src/weston.pc]) - - AM_CONDITIONAL([HAVE_GIT_REPO], [test -f $srcdir/.git/logs/HEAD]) -- cgit 1.2.3-korg