aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch
blob: 14606c86c398ffec42667b52d14f6e9bad1ced58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From a0335393ddde2228c84eda1081b5d7b175f78a94 Mon Sep 17 00:00:00 2001
From: Valentin Popa <valentin.popa@intel.com>
Date: Fri, 7 Feb 2014 16:59:58 +0200
Subject: [PATCH] remove dependence on wayland-scanner flags

weston doesn't make use of wayland-scanner flags,
it only uses the -native- wayland-scanner for protocol.

Upstream-Status: Pending
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cce1850..8775eb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -482,7 +482,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_PATH_PROG(XMLLINT, xmllint)
 AC_ARG_WITH([dtddir],
 	    AS_HELP_STRING([--with-dtddir],
-- 
1.8.3.2