diff options
author | Alexander Larsson <alexl@redhat.com> | 2013-06-04 11:27:56 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2013-07-03 14:34:13 +0200 |
commit | 031cf86b838192b73675e5422437e8845da3c7bd (patch) | |
tree | 194607e0c7993a290bbdac0c1e48d81a8a27a3e5 /configure.ac | |
parent | ce68a2f870dbd6fd4811c7e04935ced5b78e7560 (diff) | |
download | gtk+-031cf86b838192b73675e5422437e8845da3c7bd.tar.gz |
wayland: Require wayland-client 1.1.90
This has the new methods required for buffer scaling.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6d825ba31e..b6541c1b53 100644 --- a/configure.ac +++ b/configure.ac @@ -402,7 +402,7 @@ if test "x$enable_wayland_backend" = "xyes"; then GDK_WINDOWING="$GDK_WINDOWING #define GDK_WINDOWING_WAYLAND" DISABLE_ON_WAYLAND='%' - WAYLAND_PACKAGES="wayland-client >= 1.0.0 xkbcommon >= 0.2.0 wayland-cursor" + WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor" AM_CONDITIONAL(USE_WAYLAND, true) else AM_CONDITIONAL(USE_WAYLAND, false) |