diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch')
-rw-r--r-- | meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch b/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch deleted file mode 100644 index 14606c86c3..0000000000 --- a/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From a0335393ddde2228c84eda1081b5d7b175f78a94 Mon Sep 17 00:00:00 2001 | ||
2 | From: Valentin Popa <valentin.popa@intel.com> | ||
3 | Date: Fri, 7 Feb 2014 16:59:58 +0200 | ||
4 | Subject: [PATCH] remove dependence on wayland-scanner flags | ||
5 | |||
6 | weston doesn't make use of wayland-scanner flags, | ||
7 | it only uses the -native- wayland-scanner for protocol. | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | Signed-off-by: Valentin Popa <valentin.popa@intel.com> | ||
11 | --- | ||
12 | configure.ac | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/configure.ac b/configure.ac | ||
16 | index cce1850..8775eb9 100644 | ||
17 | --- a/configure.ac | ||
18 | +++ b/configure.ac | ||
19 | @@ -482,7 +482,7 @@ if test x$wayland_scanner = x; then | ||
20 | AC_MSG_ERROR([wayland-scanner is needed to compile weston]) | ||
21 | fi | ||
22 | |||
23 | -PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner) | ||
24 | +#PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner) | ||
25 | AC_PATH_PROG(XMLLINT, xmllint) | ||
26 | AC_ARG_WITH([dtddir], | ||
27 | AS_HELP_STRING([--with-dtddir], | ||
28 | -- | ||
29 | 1.8.3.2 | ||
30 | |||