summaryrefslogtreecommitdiffstats
path: root/rules/cairo.make
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 /rules/cairo.make
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>
Diffstat (limited to 'rules/cairo.make')
-rw-r--r--rules/cairo.make2
1 files changed, 1 insertions, 1 deletions
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 \