summaryrefslogtreecommitdiffstats
path: root/i18n/m17n-lib/DEPENDS
blob: b6192dc3f1174492eb8f88d5c2d1a160a8c78330 (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
depends libxml2 &&
depends fribidi &&
depends freetype2 &&

suggest_depends m17n-db \
		"" \
		"" \
		"supplies input methods, character maps, etc. for m17n-lib"

optional_depends gd \
		"--with-gd" \
		"--without-gd" \
		"support graphical devices using gd" &&

optional_depends fontconfig \
		"--with-fontconfig" \
		"--without-fontconfig" \
		"use fontconfig library" &&

optional_depends anthy \
		"--with-anthy" \
		"--without-anthy" \
		"anthy input support" &&

# The following does not yet exist as a spell
#optional_depends libotf \
#		"--with-libotf" \
#		"--without-libotf" \
#		"OpenType font support" &&

optional_depends -sub libxft X11-SERVER \
                 "--with-x" \
                 "--without-x" \
                 "X windows and Xft support"