configure.ac: Remove check for WAYLAND_SCANNER_RULES
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. Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
This commit is contained in:
parent
f618455c80
commit
d2c6e801b5
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue