configure.ac: Look for wayland-client 1.0.0

(cherry picked from commit ca0662dba4)
This commit is contained in:
Kristian Høgsberg
2012-10-23 22:37:02 -04:00
committed by Rob Bradford
parent c0c72b1d40
commit f093c0c169

View File

@@ -407,7 +407,7 @@ if test "x$enable_wayland_backend" = "xyes"; then
have_gio_unix=yes
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_WAYLAND"
WAYLAND_PACKAGES="wayland-client xkbcommon wayland-cursor"
WAYLAND_PACKAGES="wayland-client >= 1.0.0 xkbcommon wayland-cursor"
if test "x$enable_wayland_cairo_gl" = "xyes"; then
WAYLAND_PACKAGES="$WAYLAND_PACKAGES wayland-egl egl"
fi