summaryrefslogtreecommitdiffstats
path: root/i18n/ami
diff options
context:
space:
mode:
authorJaka Kranjc2006-06-06 17:16:05 +0200
committerJaka Kranjc2006-06-06 17:16:05 +0200
commite5956dcf14e0541841ed2175db649baee61fd41a (patch)
treef75bbd06fb7f09320187e485d5906d00d7574ff7 /i18n/ami
parent7f774c1d6f5cd6d84d71e4abe24e879a0317b476 (diff)
added missing depends, thoroughly.
Diffstat (limited to 'i18n/ami')
-rwxr-xr-xi18n/ami/DEPENDS10
1 files changed, 9 insertions, 1 deletions
diff --git a/i18n/ami/DEPENDS b/i18n/ami/DEPENDS
index 694ecbbe4c..753931d1c2 100755
--- a/i18n/ami/DEPENDS
+++ b/i18n/ami/DEPENDS
@@ -1 +1,9 @@
-depends gdk-pixbuf
+depends gdk-pixbuf &&
+depends gtk+ &&
+depends glib &&
+if [[ $(get_spell_provider gtk+ X11-LIBS) == "xorg-server" ]]; then
+ depends libx11 &&
+ depends libxext &&
+ depends libxau &&
+ depends libxdmcp
+fi