summaryrefslogtreecommitdiffstats
path: root/rules/cairo.in
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.in
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.in')
-rw-r--r--rules/cairo.in3
1 files changed, 3 insertions, 0 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"