diff options
author | Elijah Newren <newren@gmail.com> | 2005-01-28 16:45:48 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-01-28 16:45:48 +0000 |
commit | c66adff00d5cdaca3e1bc9933867d537b6666ce7 (patch) | |
tree | b1fd8443d6d457e4f81cba5214a3c904bf75d249 /configure.in | |
parent | 7d0ef20a9c2a223d6296bfbcd7f53ca4e9def0ef (diff) | |
download | metacity-c66adff00d5cdaca3e1bc9933867d537b6666ce7.tar.gz |
Patch from Tim Herold to handle xcomposite pkgconfig version regression.
2005-01-28 Elijah Newren <newren@gmail.com>
Patch from Tim Herold to handle xcomposite pkgconfig version
regression. Fixes #149368.
* configure.in: Change XCOMPOSITE_VERSION from 1.0 to 0.2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 89d929f3..ae1186e3 100644 --- a/configure.in +++ b/configure.in @@ -198,7 +198,7 @@ fi ## or the render-specific check later have_xrender=no -XCOMPOSITE_VERSION=1.0 +XCOMPOSITE_VERSION=0.2 AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION]) if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then have_xcomposite=yes |