summaryrefslogtreecommitdiffstats
path: root/rules/cairo.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-02-19 12:59:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-19 13:00:03 +0100
commit87379bd81dd16da5625637dd72512cf0e97e8a68 (patch)
treef1fe98db18ef375ef05e7589345f8baae2eb653f /rules/cairo.make
parent929eb92caf8256178aabd1c35d500b9ee3d7e619 (diff)
downloadptxdist-87379bd81dd16da5625637dd72512cf0e97e8a68.tar.gz
ptxdist-87379bd81dd16da5625637dd72512cf0e97e8a68.tar.xz
[cairo] fix dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cairo.make')
-rw-r--r--rules/cairo.make7
1 files changed, 6 insertions, 1 deletions
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