diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2015-01-22 16:29:53 +0200 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2015-01-22 16:29:53 +0200 |
commit | b0c0accbf21cae3d42eefc5ea52509b70a7f7d56 (patch) | |
tree | 9591be10584797a70f40d54394f6c07928ab38cc /configure.ac | |
parent | 43250740ab2a56991744a1525bad2930d7541595 (diff) | |
download | metacity-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.ac | 2 |
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 |