summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <[email protected]>2015-07-21 03:08:45 +0200
committerinfirit <[email protected]>2015-09-14 18:55:52 +0200
commit4f9d40353e3b8c6c99aca3866a3686a8835f6551 (patch)
treed4d7d042bc7cfbc3a9a158767afcd7ff6f81d0ae /configure.ac
parent49d830417d9ef75241eb63d6d08a51603cfda18f (diff)
downloadmarco-4f9d40353e3b8c6c99aca3866a3686a8835f6551.tar.bz2
marco-4f9d40353e3b8c6c99aca3866a3686a8835f6551.tar.xz
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 df0050c2..a637fbd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,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