summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-01-22 16:29:53 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-01-22 16:29:53 +0200
commitb0c0accbf21cae3d42eefc5ea52509b70a7f7d56 (patch)
tree9591be10584797a70f40d54394f6c07928ab38cc /configure.ac
parent43250740ab2a56991744a1525bad2930d7541595 (diff)
downloadmetacity-b0c0accbf21cae3d42eefc5ea52509b70a7f7d56.tar.gz
bump xcomposite required version to 0.3 and simplify code
Version 0.3 is available more then 8 years.
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 a5c9315d..bacf0711 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,7 +218,7 @@ fi
## or the render-specific check later
have_xrender=no
-XCOMPOSITE_VERSION=0.2
+XCOMPOSITE_VERSION=0.3
if test x$enable_compositor = xyes; then
have_xcomposite=yes
elif test x$enable_compositor = xauto; then