summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2007-09-30 12:45:57 +0200
committerArwed von Merkatz2007-09-30 12:46:54 +0200
commit87e56c2c1d355751315654e0c76c21570c374fef (patch)
tree0b025dc3ac17029663775dabaed45b4ec21be68b
parent3fa216300e120a115fadc83fda17d0babc6ad587 (diff)
xulrunner: fixed xorg-modular check
-rwxr-xr-xhttp/xulrunner/DEPENDS3
-rw-r--r--http/xulrunner/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index 91a7105e9f..c8e91900be 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -8,7 +8,8 @@ depends gtk+2 '--enable-default-toolkit=gtk2' &&
depends libidl '--with-libIDL' &&
depends nspr '--with-system-nspr' &&
-if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
+. $GRIMOIRE/FUNCTIONS &&
+if check_if_xorg_modular_libs; then
depends libxft
fi &&
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 661837aa7b..1b0e995f0f 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: fixed check for xorg-modular
+
2007-02-09 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DEPENDS: removed JDK as it was broken anyway