From 87379bd81dd16da5625637dd72512cf0e97e8a68 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 19 Feb 2010 12:59:33 +0100 Subject: [cairo] fix dependencies Signed-off-by: Michael Olbrich --- rules/cairo.make | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'rules/cairo.make') diff --git a/rules/cairo.make b/rules/cairo.make index e1990a014..17e14547c 100644 --- a/rules/cairo.make +++ b/rules/cairo.make @@ -56,7 +56,6 @@ CAIRO_AUTOCONF := \ --disable-beos \ --disable-glitz \ --enable-pthread \ - --enable-svg \ --disable-test-surfaces ifdef PTXCONF_CAIRO_XLIB @@ -77,6 +76,12 @@ CAIRO_AUTOCONF += \ --disable-win32-font endif +ifdef PTXCONF_CAIRO_SVG +CAIRO_AUTOCONF += --enable-svg +else +CAIRO_AUTOCONF += --disable-svg +endif + ifdef PTXCONF_CAIRO_PNG CAIRO_AUTOCONF += --enable-png else -- cgit v1.2.3