summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVarad Gautam <varad.gautam@collabora.com>2017-04-26 19:15:59 +0530
committerDaniel Stone <daniels@collabora.com>2017-06-12 10:32:46 +0100
commit65c94b8804bc4556a8c14ea2af53b2a72c59f73d (patch)
tree8662b5e0ff197b12c35a0bf8d43f922307cd3045 /configure.ac
parenta5066e00e8fdd8775d3c784a1c0cf1a07fa6dacb (diff)
linux-dmabuf: implement immediate dmabuf import
handle create_immed() dmabuf import requests and support zwp_linux_dmabuf_v1_interface version 2. v2: terminate client with INVALID_WL_BUFFER when reason for create_immed failure is unknown. [daniels: Bump wayland-protocols dependency.] Signed-off-by: Varad Gautam <varad.gautam@collabora.com> Reviewed-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 db757f20..c4f5f212 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,7 @@ fi
PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.8.0])
PKG_CHECK_MODULES(COMPOSITOR, [$COMPOSITOR_MODULES])
-PKG_CHECK_MODULES(WAYLAND_PROTOCOLS, [wayland-protocols >= 1.7],
+PKG_CHECK_MODULES(WAYLAND_PROTOCOLS, [wayland-protocols >= 1.8],
[ac_wayland_protocols_pkgdatadir=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`])
AC_SUBST(WAYLAND_PROTOCOLS_DATADIR, $ac_wayland_protocols_pkgdatadir)