summaryrefslogtreecommitdiff
path: root/packages/graphics/cairo/cairo.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-07 23:12:38 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-07 23:14:30 +0100
commit007c6d385f331c7bdd1a0ea9939c3b1b8f5de682 (patch)
tree640181f4c9dcc1371b53ffadcb81ac521414d432 /packages/graphics/cairo/cairo.kconfig
parent48b82779acbe28349d2111a86ac2dde95adb59fd (diff)
downloadembtoolkit-007c6d385f331c7bdd1a0ea9939c3b1b8f5de682.tar.gz
embtoolkit-007c6d385f331c7bdd1a0ea9939c3b1b8f5de682.tar.bz2
embtoolkit-007c6d385f331c7bdd1a0ea9939c3b1b8f5de682.tar.xz
Packages: Gtk/cairo: improvement to support X windowing system backend
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'packages/graphics/cairo/cairo.kconfig')
-rw-r--r--packages/graphics/cairo/cairo.kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/graphics/cairo/cairo.kconfig b/packages/graphics/cairo/cairo.kconfig
index de4fec7..82617dd 100644
--- a/packages/graphics/cairo/cairo.kconfig
+++ b/packages/graphics/cairo/cairo.kconfig
@@ -25,7 +25,7 @@
config EMBTK_HAVE_CAIRO
bool "Have cairo"
select EMBTK_HAVE_PIXMAN
- select EMBTK_HAVE_DIRECTFB
+
help
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
@@ -34,6 +34,17 @@ config EMBTK_HAVE_CAIRO
Cairo is designed to produce consistent output on all output
media while taking advantage of display hardware acceleration
when available (eg. through the X Render Extension).
+
+config EMBTK_HAVE_CAIRO_WITH_DIRECTFB
+ bool "Build cairo with DirectFB support"
+ depends on EMBTK_HAVE_CAIRO
+ select EMBTK_HAVE_DIRECTFB
+
+config EMBTK_HAVE_CAIRO_WITH_LIBXCB
+ bool "Build cairo with XCB support"
+ depends on EMBTK_HAVE_CAIRO
+ select EMBTK_HAVE_LIBXCB
+
choice
prompt "Cairo version you wish"
depends on EMBTK_HAVE_CAIRO