summaryrefslogtreecommitdiff
blob: 9cdc183810b06175dc1d45ef54fd26aabe397656 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xfwm4-4.2.2.orig/configure.ac	2005-05-15 04:43:29.000000000 -0400
+++ xfwm4-4.2.2/configure.ac	2005-10-05 23:30:40.527185680 -0400
@@ -92,7 +92,7 @@

 if test x"$enable_compositor" = x"yes"; then
     if $PKG_CONFIG --exists xcomposite xfixes xdamage xrender 2> /dev/null; then
-        PKG_CHECK_MODULES(COMPOSITOR, xcomposite >= 1.0 xfixes xdamage xrender)
+        PKG_CHECK_MODULES(COMPOSITOR, xcomposite >= 0.2 xfixes xdamage xrender)
         AC_DEFINE([HAVE_COMPOSITOR], [1], [Define to enable compositor])
         ENABLE_COMPOSITOR="--enable-compositor"
     fi