summaryrefslogtreecommitdiffstats
path: root/xorg-lib/libxfont/DEPENDS
blob: da6a07840769ec23a9cb5bf92289edf3d01b1e78 (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
depends  gawk        &&
depends  pkgconfig   &&
depends  libtool     &&
depends  zlib        &&
depends  util-macros &&
depends  xproto      &&
depends  fontsproto  &&
depends  xtrans      &&
depends  libfontenc  &&

optional_depends  freetype2                    \
                  "--enable-freetype"          \
                  "--disable-freetype"         \
                  "Enable freetype2 support?"  &&

optional_depends  HTML_TO_TEXT                                 \
                  '--enable-devel-docs'                        \
                  '--disable-devel-docs'                       \
                  'for converting HTML documentation to text'  &&

optional_depends  bzip2  \
                  '--with-bzip2'  \
                  '--without-bzip2'  \
                  'for bzip2 compressed bitmap fonts'