build: Depend on wayland-protocols for wayland build

We need this to auto-generate protocol files for things like
xdg-shell.
This commit is contained in:
Derek Foreman 2017-01-23 14:36:32 -06:00
parent 5e294031de
commit 55750d41fa
1 changed files with 1 additions and 1 deletions

View File

@ -1974,7 +1974,7 @@ AC_ARG_ENABLE([wayland],
[want_wayland="no"])
if test "${want_wayland}" = "yes"; then
EFL_PKG_CHECK_STRICT([wayland-client >= 1.11.0 wayland-scanner >= 1.11.0])
EFL_PKG_CHECK_STRICT([wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7])
PKG_CHECK_MODULES([WAYLAND], [wayland-scanner >= 1.11.0],
[
AC_ARG_VAR([wayland_scanner], [The wayland-scanner executable])