summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-10-28 08:05:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-12-09 09:42:06 +0100
commitdb0b9c22e897e42e73e2fec61b6328b3d74a0f60 (patch)
treeac1d921a7819569b2e8cf6d7a6d905d620b5aeab
parent2afc7b55c64b6aa0919c0ed72d2a6c4131fbd9bb (diff)
downloadptxdist-db0b9c22e897e42e73e2fec61b6328b3d74a0f60.tar.gz
ptxdist-db0b9c22e897e42e73e2fec61b6328b3d74a0f60.tar.xz
cairo: make gobject introspection configurable
This option is not user visible. Later gtk versions need gobject introspection and will select it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/cairo.in3
-rw-r--r--rules/cairo.make2
2 files changed, 4 insertions, 1 deletions
diff --git a/rules/cairo.in b/rules/cairo.in
index cce7c31a2..d6fc39602 100644
--- a/rules/cairo.in
+++ b/rules/cairo.in
@@ -23,6 +23,9 @@ menuconfig CAIRO
if CAIRO
+config CAIRO_GOBJECT
+ bool
+
config CAIRO_PS
bool
prompt "PostScript backend"
diff --git a/rules/cairo.make b/rules/cairo.make
index 9089faafa..e56294f0b 100644
--- a/rules/cairo.make
+++ b/rules/cairo.make
@@ -74,7 +74,7 @@ CAIRO_AUTOCONF := \
--disable-tee \
--disable-xml \
--enable-pthread \
- --disable-gobject \
+ --$(call ptx/endis, PTXCONF_CAIRO_GOBJECT)-gobject \
--disable-full-testing \
--disable-trace \
--disable-interpreter \