summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-06-20 12:15:31 -0400
committerAdam Jackson <ajax@redhat.com>2019-06-20 12:15:31 -0400
commite39dc0f5b7c88c9ba670383658846a1f658cbc47 (patch)
tree5cf977643fe8c6cfc25615023642d66094554fd3 /configure.ac
parent9acff309434a8029bcce1b22530043459bb71791 (diff)
downloadxserver-e39dc0f5b7c88c9ba670383658846a1f658cbc47.tar.gz
present: Require presentproto 1.2
The PresentOptionSuboptimal support code is not optional (once you've enabled building Present at all), so require a protocol package version that defines what we need. Fixes: xorg/xserver#821
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 55bb6942a..9148b94f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -754,7 +754,7 @@ DAMAGEPROTO="damageproto >= 1.1"
XCMISCPROTO="xcmiscproto >= 1.2.0"
BIGREQSPROTO="bigreqsproto >= 1.1.0"
XTRANS="xtrans >= 1.3.5"
-PRESENTPROTO="presentproto >= 1.1"
+PRESENTPROTO="presentproto >= 1.2"
dnl List of libraries that require a specific version
LIBAPPLEWM="applewm >= 1.4"