summaryrefslogtreecommitdiffstats
path: root/http/webkitgtk3/DEPENDS
blob: 1b55fbc1a0c8bc2ce06fd9193d08b5f5d61418e4 (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
81
depends -sub CXX gcc &&
depends cmake &&
depends libtool &&
depends bison &&
depends gperf &&
depends flex &&
depends icu &&
depends libxslt &&
depends libxml2 &&
depends zlib &&
depends libxt &&
depends libxrender &&
depends libxcomposite &&
depends libxdamage &&
depends mesalib &&
depends glib2 &&
depends fontconfig &&
depends freetype2 &&
depends -sub ICU harfbuzz &&
depends cairo &&
depends pango &&
depends gtk+3 "-DPORT=GTK" &&
depends gdk-pixbuf2 &&
depends libsoup &&
depends at-spi2-core &&
depends libpng &&
depends JPEG &&
depends libwebp &&
depends sqlite &&
depends perl &&
depends PYTHON &&
depends RUBY &&

if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
  depends llvm
fi &&

optional_depends enchant \
                 "-DENABLE_SPELLCHECK=ON" \
                 "-DENABLE_SPELLCHECK=OFF" \
                 "Enable spellchecking support?" &&

optional_depends hyphen \
                 "-DUSE_LIBHYPHEN=ON" \
                 "-DUSE_LIBHYPHEN=OFF" \
                 "Enable default automatic hyphenation?"

optional_depends libsecret \
                 "-DENABLE_CREDENTIAL_STORAGE=1" \
                 "-DENABLE_CREDENTIAL_STORAGE=0" \
                 "Enable support for credential storage?" &&

optional_depends gobject-introspection \
                 "-DENABLE_INTROSPECTION=ON" \
                 "-DENABLE_INTROSPECTION=OFF" \
                 "Enable GObject introspection?" &&

optional_depends geoclue \
                 "-DENABLE_GEOLOCATION=ON" \
                 "-DENABLE_GEOLOCATION=OFF" \
                 "Enable geolocation support?" &&

optional_depends gstreamer-1.0 \
                 "-DENABLE_WEB_AUDIO=ON -DENABLE_VIDEO=ON" \
                 "-DENABLE_WEB_AUDIO=OFF -DENABLE_VIDEO=OFF" \
                 "Enable support for HTML5 video and Web Audio?" &&

if is_depends_enabled $SPELL gstreamer-1.0 ; then
   depends gst-plugins-base-1.0
fi &&

optional_depends upower \
                 "-DENABLE_BATTERY_STATUS=ON" \
                 "-DENABLE_BATTERY_STATUS=OFF" \
                 "Enable support for Battery Status API?" &&

optional_depends gtk-doc \
                 "-DENABLE_GTKDOC=ON" \
                 "-DENABLE_GTKDOC=OFF" \
                 "Build documentation with gtk-doc?"