summaryrefslogtreecommitdiffstats
path: root/graphics-libs/harfbuzz/DEPENDS
blob: 388819697316a46d15555a81028f93953c99aefb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
depends glib2 &&
depends libpng &&
depends pcre &&
depends ragel &&

optional_depends cairo "--with-cairo=yes" "--with-cairo=no" \
                 "Enable tools used for command-line utilities?" &&

optional_depends icu "--with-icu=yes" "--with-icu=no"                \
                 "Enable icu use?"        &&

optional_depends freetype2 "--with-freetype2=yes" "--with-freetype2=no"          \
                 "Enable freetype2 use?"  &&

optional_depends graphite2 "--with-graphite2=yes" "--with-graphite2=no"          \
                 "Enable graphite2 use?"  &&

optional_depends gtk-doc "--enable-gtk-doc" "--disable-gtk-doc" \
                 "Enable gtk-doc to build documentation?"