diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2017-02-17 09:16:24 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-02-23 14:02:36 -0500 |
commit | 7d7788e0f2fbbf5d05cb918df11a5e1b7e047e48 (patch) | |
tree | df950f4341e6f286ef56864c3f0f2f24a7719bd1 | |
parent | 9f4d308cdad957a354912f17febe5bcad7f44812 (diff) |
Revert "xwayland: bump wayland-protocols version to 1.7"
This reverts commit 371ff0c969a38a0013688391bbd7375bc7b6f933.
Reviewed-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e291b34bf..4dcf8b5c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2475,7 +2475,7 @@ AM_CONDITIONAL(XFAKESERVER, [test "x$KDRIVE" = xyes && test "x$XFAKE" = xyes]) dnl Xwayland DDX -XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.7 $LIBDRM epoxy" +XWAYLANDMODULES="wayland-client >= 1.3.0 wayland-protocols >= 1.1 $LIBDRM epoxy" if test "x$XF86VIDMODE" = xyes; then XWAYLANDMODULES="$XWAYLANDMODULES $VIDMODEPROTO" fi |