summaryrefslogtreecommitdiffstats
path: root/http/webkitgtk3/DEPENDS
blob: 8062770f1f304b0bb6297529a6bd64a713f306d9 (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
depends -sub CXX gcc &&
depends autoconf &&
depends automake &&
depends libtool &&
depends gtk+3 &&
depends icu &&
depends gperf &&
depends libpng &&
depends JPEG &&
depends bison &&
depends flex &&
depends sqlite &&
depends libsoup &&
depends enchant &&
depends libxt &&
depends perl &&
depends PYTHON &&
depends RUBY &&

optional_depends gtk-doc '--enable-gtk-doc' \
                         ''                 \
                         'Build documentation?' &&

optional_depends cairo '--enable-svg' \
                       '--disable-svg' \
                       'Enable SVG support?' &&

optional_depends libxslt '--enable-xslt' \
                         '--disable-xslt' \
                         'for XSLT support' &&

if [[ $WEBKIT_FONT_BE == freetype2 ]]; then
  depends freetype2
else
  depends pango "--with-font-backend=pango"
fi &&

optional_depends gst-plugins-base  \
                 "--enable-video" \
                 "--disable-video" \
                 "for HTML5 streaming video support" &&

optional_depends gobject-introspection             \
                 "--enable-introspection"          \
                 "--disable-introspection"         \
                 "to enable introspection"         &&

optional_depends geoclue                             \
                 "--enable-geolocation"              \
                 "--disable-geolocation"             \
                 "to enable geolocation support"

#if is_depends_enabled $SPELL gobject-introspection; \
#  then depends gir-repository; fi