summaryrefslogtreecommitdiffstats
path: root/http/midori/DEPENDS
blob: 205a859b4f98b3d6c60f86d0165092c9fae3a5b2 (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
depends libxml2 &&
depends libsoup &&
depends python  &&
depends sqlite &&
depends vala &&

optional_depends gtk+3 \
                 "--enable-gtk3" \
                 "--disable-gtk3" \
                 "use GTK3 instead of GTK2?" &&

if is_depends_enabled $SPELL gtk+3 ; then
  depends webkitgtk3
else
  depends gtk+2 &&
  depends webkitgtk
fi &&

optional_depends gettext \
                 "--enable-nls" \
                 "--disable-nls" \
                 "for native language support" &&

optional_depends libnotify \
                 "--enable-libnotify" \
                 "--disable-libnotify" \
                 "for notification support" &&

optional_depends libzeitgeist \
                 "--enable-zeitgeist" \
                 "--disable-zeitgeist" \
                 "for Zeitgeist history integration" &&

optional_depends unique \
                 "--enable-unique" \
                 "--disable-unique" \
                 "for single instance support" &&

optional_depends gtk-doc \
                 "--enable-apidocs" \
                 "--disable-apidocs" \
                 "for API documentation" &&

optional_depends gnome-icon-theme "" "" "for all the icons" &&
optional_depends librsvg2 "" "" "for icon optimizations"