diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-10-21 11:43:18 +0200 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-11-07 11:47:00 +0100 |
commit | abe0801504f08b6e178bbf07f594f93d233ae5a6 (patch) | |
tree | 6ccb58bb09d02b251df55ca8fc94f0c27faafc18 /meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch | |
parent | 70f81fc7c3e93cb1653311738d6014de38673008 (diff) |
remove wayland&weston backport
Change-Id: I970a9a6dc467590ce10d328c34804083923dbd68
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch b/meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch deleted file mode 100644 index 062da5c..0000000 --- a/meta-rcar-gen2/recipes-graphics/wayland/weston/disable-wayland-scanner-pkg-check.patch +++ /dev/null @@ -1,13 +0,0 @@ -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]) - |