summaryrefslogtreecommitdiffstats
path: root/i18n/uim/DEPENDS
diff options
context:
space:
mode:
authorJustin Boffemmyer2008-10-29 15:24:04 -0400
committerJustin Boffemmyer2008-10-29 15:24:04 -0400
commit02321d478775d1e2ffc84ecb50fff955b2125b97 (patch)
tree40503a837bc6f191bc5e99a464d984838ab4ff33 /i18n/uim/DEPENDS
parent012662711bdfb9ccf821d6fa18aad15b0cebd3bc (diff)
i18n/uim/DEPENDS: forgot to uncomment X support
The lines for supporting X and Xft depends were there, but I forgot to uncomment them from when I was doing testing on my own machine. They are now uncommented, so uim will properly depend on them when selected.
Diffstat (limited to 'i18n/uim/DEPENDS')
-rwxr-xr-xi18n/uim/DEPENDS21
1 files changed, 11 insertions, 10 deletions
diff --git a/i18n/uim/DEPENDS b/i18n/uim/DEPENDS
index 4ba884e0a6..77b09b40c1 100755
--- a/i18n/uim/DEPENDS
+++ b/i18n/uim/DEPENDS
@@ -46,16 +46,17 @@ optional_depends freewnn \
# "--without-m17nlib" \
# "uim-m17nlib bridge" &&
#
-#optional_depends X11-SERVER \
-# "--with-x" \
-# "--without-x" \
-# "X window system support" &&
-#
-#optional_depends libxft \
-# "--with-xft" \
-# "--without-xft" \
-# "Xft (antialias) support" &&
-#
+
+optional_depends X11-SERVER \
+ "--with-x" \
+ "--without-x" \
+ "X window system support" &&
+
+optional_depends libxft \
+ "--with-xft" \
+ "--without-xft" \
+ "Xft (antialias) support" &&
+
optional_depends gtk+2 \
"--with-gtk2" \