summaryrefslogtreecommitdiffstats
path: root/java/openjdk12/DEPENDS
blob: 36a40074fdeb71d9f842ae37d445121cd3d49e52 (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
depends alsa-lib &&
depends autoconf &&
depends bash &&
depends binutils &&
depends coreutils &&
depends cups &&
depends diffutils &&
depends file &&
depends findutils &&
depends fontconfig &&
depends freetype2 &&
depends gawk &&
depends gcc &&
depends glibc &&
depends grep &&
depends gzip &&
depends libffi &&
depends libx11 &&
depends libxext &&
depends libxi &&
depends libxrandr &&
depends libxrender &&
depends libxt &&
depends libxtst &&
depends make &&
depends pkgconfig &&
depends sed &&
depends tar &&
depends unzip &&
depends which &&
depends xorgproto &&
depends zip &&

optional_depends giflib \
                 "--with-giflib=system" \
                 "--with-giflib=bundled" \
                 "Use system giflib instead of bundled" &&

optional_depends lcms \
                 "--with-lcms=system" \
                 "--with-lcms=bundled" \
                 "Use system lcms instead of bundled" &&

optional_depends JPEG \
                 "--with-libjpeg=system" \
                 "--with-libjpeg=bundled" \
                 "Use system libjpeg instead of bundled" &&

optional_depends libpng \
                 "--with-libpng=system" \
                 "--with-libpng=bundled" \
                 "Use system libpng instead of bundled" &&

optional_depends zlib \
                 "--with-zlib=system" \
                 "--with-zlib=bundled" \
                 "Use system zlib instead of bundled" &&

if [[ "$BUILD_JDK" != "$SPELL" ]]; then
  depends $BUILD_JDK
fi