configure.ac: fixes wayland-only build

This commit is contained in:
Florent Revest 2015-07-27 17:20:16 +02:00 committed by Nicolas Aguirre
parent 35b95519e1
commit eb80363aff
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ AC_MSG_RESULT([${e_cv_want_wayland_egl}])
if test "x${e_cv_want_wayland_only}" != "xno" ;then
PKG_CHECK_MODULES([WAYLAND], [ecore-wayland >= 1.16 wayland-server >= 1.8.0 wayland-client >= 1.8.0 xkbcommon uuid],
[
have_wayland=yes
have_wayland_only=yes
AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])
])
else