summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/goffice/DEPENDS
blob: 7b63ede56cdfc369aa5715fc4245ab7afe04cd74 (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
. "$GRIMOIRE"/FUNCTIONS &&
vdepends << ! &&
	gdk-pixbuf2 >= 2.22.0
	glib2       >= 2.40.0
	libgsf      >= 1.14.24
	librsvg2    >= 2.22.0
	libxml2     >= 2.4.12
	pango       >= 1.24.0
	libxslt
!
depends -sub "PS PDF SVG" cairo &&

if [ "$GOFFICE_BACKEND" == "gsettings" ]; then
   depends dconf "--with-config-backend=gsettings"
fi

optional_depends gtk+3 \
                 "--with-gtk" \
                 "--without-gtk" \
                 "build the UI?" &&

optional_depends gobject-introspection               \
                 "--enable-introspection"            \
                 "--disable-introspection"           \
                 "Build with introspection support?" &&

optional_depends gtk-doc \
                 "--enable-gtk-doc" \
                 "--disable-gtk-doc" \
                 "build gtk-doc files?"