summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfwm4/files/x-modular-composite-version.patch')
-rw-r--r--xfce-base/xfwm4/files/x-modular-composite-version.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/xfce-base/xfwm4/files/x-modular-composite-version.patch b/xfce-base/xfwm4/files/x-modular-composite-version.patch
deleted file mode 100644
index 9cdc183810b0..000000000000
--- a/xfce-base/xfwm4/files/x-modular-composite-version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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