mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 13:38:05 +02:00
configure.ac: check for wayland scanner macro
This commit is contained in:
parent
0de49f7967
commit
fd38e989b0
1 changed files with 2 additions and 0 deletions
|
|
@ -396,6 +396,8 @@ if test "x$have_lcms" = xyes; then
|
|||
fi
|
||||
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'])
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue