configure.ac: check for wayland scanner macro
This commit is contained in:
parent
1bf14815ef
commit
499d8a4046
@ -396,6 +396,8 @@ if test "x$have_lcms" = xyes; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
|
AM_CONDITIONAL(HAVE_LCMS, [test "x$have_lcms" = xyes])
|
||||||
|
|
||||||
|
m4_ifndef([WAYLAND_SCANNER_RULES],
|
||||||
|
[m4_fatal([WAYLAND_SCANNER_RULES not found. Point ACLOCAL to wayland-scanner.m4 before running autoconf/autogen])])
|
||||||
WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol'])
|
WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol'])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user