Update wayland version requirement after changes in 0fd9c57

This commit is contained in:
Doug Newgard 2013-09-17 07:55:22 +01:00 committed by Chris Michael
parent a82726191b
commit 65a9f8d02a
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ AC_MSG_CHECKING([whether wayland client support is enabled])
AC_MSG_RESULT([${e_cv_want_wayland_clients}])
if test "x$e_cv_want_wayland_clients" != "xno";then
PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.0 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.90 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
[
have_wayland_clients=yes
AC_DEFINE_UNQUOTED([HAVE_WAYLAND_CLIENTS],[1],[enable wayland client support])