summaryrefslogblamecommitdiffstats
path: root/i18n/uim/DEPENDS
blob: b71cf8dac84142c26270781886dcafd08385cf7d (plain) (tree)










































                                                                     





                                        










                                             



















                                                        
if [[ $UIMANTHY == y ]]
then
	depends anthy
fi &&

if [[ $UIMFEP == y ]]
then
	depends ncurses
fi &&

optional_depends libedit \
		"--with-libedit" \
		"--without-libedit" \
		"libedit support" &&

optional_depends canna \
                 "--with-canna" \
                 "--without-canna" \
                 "Japanese Canna module" &&

optional_depends freewnn \
                 "--with-wnn" \
                 "--without-wnn" \
                 "Japanese wnn module" &&

# The following are possible input modules for UIM, but we don't have
# spells for them yet. The code is here for when we have the spells.
#
#optional_depends sj3 \
#                 "--with-sj3" \
#                 "--without-sj3" \
#                 "Japanese sj3 module" &&
#
#optional_depends mana \
#                 "--with-mana" \
#                 "--without-mana" \
#                 "Japanese mana module" &&
#
#optional_depends prime \
#                 "--with-prime" \
#                 "--without-prime" \
#                 "Japanese PRIME module" &&
#

optional_depends m17n-lib \
                 "--with-m17nlib" \
                 "--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 gtk+2 \
                 "--with-gtk2" \
                 "--without-gtk2" \
                 "gtk tools and gtk immodule" &&

optional_depends gnome-panel \
                 "--with-gnome-panel" \
                 "--without-gnome-panel" \
                 "GNOME applet indicator" &&

optional_depends qt-x11 \
                 "--with-qt --with-qt-immodule" \
                 "--without-qt --with-qt-immodule" \
                 "qt tools" &&

optional_depends qt4 \
                 "--with-qt --with-qt4-immodule" \
                 "--without-qt --without-qt4-immodule" \
                 "qt4 tools (experimental)"