summaryrefslogtreecommitdiffstats
path: root/http/webkitgtk/DEPENDS
blob: 7538051f63bd1b3092b62a5e5c4e5e337b9b98e7 (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 g++ &&
depends autoconf &&
depends automake &&
depends libtool &&
depends gtk+2 &&
depends icu &&
depends gperf &&
depends libpng &&
depends JPEG &&
depends bison &&
depends flex &&
depends sqlite &&

depends libsoup &&

depends enchant &&

depends libxt &&

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

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

optional_depends gtk-doc '--enable-gtk-doc' \
                         '--disable-gtk-doc' \
                         'for documentation generation' &&

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