summaryrefslogtreecommitdiffstats
path: root/i18n/uim/DEPENDS
blob: 4ef40b3445a0f1e7c9087ac0bb65760015af7ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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 \
                 "--enable-gnome-applet" \
                 "--disable-gnome-applet" \
                 "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)"