[PATCH 3/3] configure.ac: Remove check for WAYLAND_SCANNER_RULES

Kristian Høgsberg krh at bitplanet.net
Tue Apr 8 09:24:12 PDT 2014


This makes configure fail if the wayland autoconf macros aren't found.
We don't need the scanner for shm-only xwayland so just drop this line for
now.

Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 70eceab..cad4ceb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2458,7 +2458,6 @@ if test "x$XWAYLAND" = xyes; then
 	XWAYLAND_SYS_LIBS="$XWAYLANDMODULES_LIBS $GLX_SYS_LIBS"
 	AC_SUBST([XWAYLAND_LIBS])
 	AC_SUBST([XWAYLAND_SYS_LIBS])
-	WAYLAND_SCANNER_RULES(['$(top_srcdir)/hw/xwayland'])
 fi
 
 
-- 
1.9.0



More information about the xorg-devel mailing list