summaryrefslogtreecommitdiffstats
path: root/rules/cairo.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:39:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:39:36 +0000
commit464a1f66c25984599c06628624ccc8d4419944e5 (patch)
tree9de081d08f2c48931e58df9620a455d71ab4ef96 /rules/cairo.in
parent3ebaceb9e905b53e98a6148d5b437dd2ea3b6a6b (diff)
downloadptxdist-464a1f66c25984599c06628624ccc8d4419944e5.tar.gz
ptxdist-464a1f66c25984599c06628624ccc8d4419944e5.tar.xz
* glib28.in, gtk28.make, glib28.make, gtk28.in, gtk.in, cairo.in
gtk stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5298 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cairo.in')
-rw-r--r--rules/cairo.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/rules/cairo.in b/rules/cairo.in
new file mode 100644
index 000000000..2f86d385a
--- /dev/null
+++ b/rules/cairo.in
@@ -0,0 +1,29 @@
+menuconfig CAIRO
+ bool
+ select XORG_LIB_XT if CAIRO_XLIB
+ select XORG_LIB_XRENDER if CAIRO_XLIB
+
+ select FONTCONFIG if CAIRO_FREETYPE
+ select FREETYPE if CAIRO_FREETYPE
+
+ select LIBPNG if CAIRO_PNG
+
+ prompt "cairo"
+
+config CAIRO_XLIB
+ bool
+ default y
+ depends on CAIRO
+ prompt "Xlib backend"
+
+config CAIRO_FREETYPE
+ bool
+ default y
+ depends on CAIRO
+ prompt "Freetype font backend"
+
+config CAIRO_PNG
+ bool
+ default y
+ depends on CAIRO
+ prompt "PNG support"