summaryrefslogtreecommitdiffstats
path: root/i18n/ami
diff options
context:
space:
mode:
authorEric Sandall2008-03-18 23:40:11 -0700
committerEric Sandall2008-03-18 23:40:11 -0700
commit9f771a15d6a4f5cbcbd64798133b85710c2e3645 (patch)
tree442678257c6ab4dc310afb9bb7454d9e0364961d /i18n/ami
parent4ee0f0a56f8885776ca7136afc0245e7922687b4 (diff)
ami: No need to check if using modular X as that's all that's available now
Diffstat (limited to 'i18n/ami')
-rwxr-xr-xi18n/ami/DEPENDS18
-rw-r--r--i18n/ami/HISTORY4
2 files changed, 11 insertions, 11 deletions
diff --git a/i18n/ami/DEPENDS b/i18n/ami/DEPENDS
index 2c26f4afe5..4ef12d945d 100755
--- a/i18n/ami/DEPENDS
+++ b/i18n/ami/DEPENDS
@@ -1,11 +1,7 @@
-depends gdk-pixbuf &&
-depends gtk+ &&
-depends glib &&
-
-. $GRIMOIRE/FUNCTIONS &&
-if check_if_xorg_modular_libs gtk+; then
- depends libx11 &&
- depends libxext &&
- depends libxau &&
- depends libxdmcp
-fi
+depends gdk-pixbuf &&
+depends glib &&
+depends gtk+ &&
+depends libx11 &&
+depends libxau &&
+depends libxext &&
+depends libxdmcp
diff --git a/i18n/ami/HISTORY b/i18n/ami/HISTORY
index 4deb1a6712..4cff2f0a1c 100644
--- a/i18n/ami/HISTORY
+++ b/i18n/ami/HISTORY
@@ -1,3 +1,7 @@
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: No need to check if using modular X as that's all that's
+ available now
+
2007-09-30 Arwed v. Merkatz <v.merkatz@gmx.net>
* DEPENDS: fixed check for xorg-modular