summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2007-09-30 12:45:57 +0200
committerArwed von Merkatz2007-09-30 12:46:55 +0200
commit56eda52f188aca7b9c6d6e720c794177ae98ab68 (patch)
tree4cff7123baa72ae967dd86058fa23b8e1e355130
parent87e56c2c1d355751315654e0c76c21570c374fef (diff)
ami: fixed xorg-modular check
-rwxr-xr-xi18n/ami/DEPENDS4
-rw-r--r--i18n/ami/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/i18n/ami/DEPENDS b/i18n/ami/DEPENDS
index 753931d1c2..2c26f4afe5 100755
--- a/i18n/ami/DEPENDS
+++ b/i18n/ami/DEPENDS
@@ -1,7 +1,9 @@
depends gdk-pixbuf &&
depends gtk+ &&
depends glib &&
-if [[ $(get_spell_provider gtk+ X11-LIBS) == "xorg-server" ]]; then
+
+. $GRIMOIRE/FUNCTIONS &&
+if check_if_xorg_modular_libs gtk+; then
depends libx11 &&
depends libxext &&
depends libxau &&
diff --git a/i18n/ami/HISTORY b/i18n/ami/HISTORY
index 77c51b91d4..4deb1a6712 100644
--- a/i18n/ami/HISTORY
+++ b/i18n/ami/HISTORY
@@ -1,3 +1,6 @@
+2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: fixed check for xorg-modular
+
2007-04-11 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 1.2.3