summaryrefslogtreecommitdiffstats
path: root/i18n/ibus/DEPENDS
blob: ab0b9693b0e27ba6e7f9a181983c5d68418e00e7 (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
depends python &&
depends dbus-glib &&
depends dbus-python &&
depends notify-python &&
depends iso-codes &&

optional_depends gtk+2 \
                 "--enable-gtk2" \
                 "--disable-gtk2" \
                 "Build GTK2 IM Module?"  &&

optional_depends gtk+3 \
                 "--enable-gtk3" \
                 "--disable-gtk3" \
                 "Build GTK3 IM Module?"  &&

optional_depends gobject-introspection \
                 "--enable-introspection=yes" \
                 "--enable-introspection=no" \
                 "Enable introspection?"  &&

optional_depends vala \
                 "--enable-vala=yes" \
                 "--enable-vala=no" \
                 "Build Vala bindings?"  &&

optional_depends gconf2 \
                 "--enable-gconf" \
                 "--disable-gconf" \
                 "Use GConf code?"  &&

optional_depends dconf \
                 "--enable-dconf" \
                 "--disable-dconf" \
                 "Enable configuration based on dconf?"  &&                 

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "Use gtk-doc to build documentation?"