summaryrefslogtreecommitdiffstats
path: root/editors/gtkspell3/DEPENDS
blob: c70139d0e90cea73b05dac688a879255cf7527c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
depends  enchant  &&

optional_depends gtk+3 \
                 "--enable-gtk3" \
                 "--disable-gtk3" \
                 "to build with gtk+3" &&

optional_depends gtk+2 \
                 "--enable-gtk2" \
                 "--disable-gtk2" \
                 "to build with gtk+3" &&

if ! is_depends_enabled $SPELL gtk+3 && ! is_depends_enabled $SPELL gtk+2; then
 depends gtk+3 "--enable-gtk3"
fi &&

optional_depends gobject-introspection \
                 "--enable-introspection=yes" \
                 "--enable-introspection=no" \
                 "for introspection support" &&

optional_depends gtk-doc "--enable-gtk-doc" "--disable-gtk-doc" "for documentation"