summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2017-07-11 16:03:26 +0100
committerJonas Ã…dahl <jadahl@gmail.com>2017-08-01 19:05:50 +0800
commitb7b5fb293d1de3af9e533f2063749fde7a790945 (patch)
tree260e726d642dbaa1818f3348cf5127fc08eea172 /configure.ac
parent1455c402b9e0f3251c7fe9b432d94f10d9bd051d (diff)
downloadmutter-b7b5fb293d1de3af9e533f2063749fde7a790945.tar.gz
wayland: Add zwp_linux_dmabuf_v1 support
https://bugzilla.gnome.org/show_bug.cgi?id=785262 Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 92ae00e5e..11af8623f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,7 @@ AS_IF([test "$have_wayland" = "yes"], [
AC_SUBST([WAYLAND_SCANNER])
AC_DEFINE([HAVE_WAYLAND],[1],[Define if you want to enable Wayland support])
- PKG_CHECK_MODULES(WAYLAND_PROTOCOLS, [wayland-protocols >= 1.7],
+ PKG_CHECK_MODULES(WAYLAND_PROTOCOLS, [wayland-protocols >= 1.9],
[ac_wayland_protocols_pkgdatadir=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`])
AC_SUBST(WAYLAND_PROTOCOLS_DATADIR, $ac_wayland_protocols_pkgdatadir)
])