summaryrefslogtreecommitdiffstats
path: root/graphics-libs/libwmf/DEPENDS
blob: 62f1b0a3d2da91c2df115874440ee23d46bce073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
depends freetype2  && 
depends libpng     &&
depends JPEG       &&

optional_depends gd "--disable-gd" "--enable-gd" "For GD support"  &&
optional_depends xorg-server "--with-x" "--without-x" "For X support"  &&
optional_depends gtk+2 "--with-x" "--without-x" "For a gdk-pixbuf plugin"  &&

if  [ $XML_SUPPORT = 'y' ]; then
	if [ $XML_PROVIDER = "libxml2" ]; then
		depends libxml2 "--without-expat"
	else
		depends expat   "--without-libxml2"
	fi
fi