summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2007-09-30 12:46:00 +0200
committerArwed von Merkatz2007-09-30 12:46:55 +0200
commit23ac9e75803b913ff83148845dac2e7031326528 (patch)
treeb1ae736c65acdd675b1f2bb12c723b2142c80d5c
parent702c2b0205e560060dc9272f74518fcfcfad9f94 (diff)
xfwm4: fixed xorg-modular check
-rwxr-xr-xxfce/xfwm4/DEPENDS2
-rw-r--r--xfce/xfwm4/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/xfce/xfwm4/DEPENDS b/xfce/xfwm4/DEPENDS
index c8e0753671..aec5d45d45 100755
--- a/xfce/xfwm4/DEPENDS
+++ b/xfce/xfwm4/DEPENDS
@@ -4,7 +4,7 @@ if [ "$COMPOSITOR" = "y" ]; then
depends XDAMAGE "--enable-compositor"
fi &&
-if [ "$(get_spell_provider $SPELL XDAMAGE)" == "xorg-server" ]; then
+if [ "$(get_spell_provider $SPELL XDAMAGE)" == "libxdamage" ]; then
depends libxrender
fi &&
diff --git a/xfce/xfwm4/HISTORY b/xfce/xfwm4/HISTORY
index b03119bada..4e013bd5b0 100644
--- a/xfce/xfwm4/HISTORY
+++ b/xfce/xfwm4/HISTORY
@@ -1,3 +1,6 @@
+2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: provider for XDAMAGE is libxdamage, not xorg-server
+
2007-05-06 Pol Vinogradov <vin.public@gmail.com>
* DEPENDS: added libxrandr as optional if xorg is modular for gtk+2