From afc6afe963ea595e94bfc1065a4443dcd5f28020 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 25 Dec 2009 18:43:27 +0100 Subject: Packages: cairo: use directfb Signed-off-by: Abdoulaye Walsimou Gaye --- packages/graphics/cairo/cairo.kconfig | 1 + packages/graphics/cairo/cairo.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/graphics/cairo') diff --git a/packages/graphics/cairo/cairo.kconfig b/packages/graphics/cairo/cairo.kconfig index 77c0ab2..de4fec7 100644 --- a/packages/graphics/cairo/cairo.kconfig +++ b/packages/graphics/cairo/cairo.kconfig @@ -25,6 +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 diff --git a/packages/graphics/cairo/cairo.mk b/packages/graphics/cairo/cairo.mk index 49d5af7..5a8f71c 100644 --- a/packages/graphics/cairo/cairo.mk +++ b/packages/graphics/cairo/cairo.mk @@ -36,7 +36,7 @@ CAIRO_PKGCONFIGS = cairo*.pc cairo_install: $(CAIRO_BUILD_DIR)/.installed $(CAIRO_BUILD_DIR)/.installed: pixman_install libpng_install freetype_install \ - fontconfig_install download_cairo \ + directfb_install fontconfig_install download_cairo \ $(CAIRO_BUILD_DIR)/.decompressed $(CAIRO_BUILD_DIR)/.configured $(call EMBTK_GENERIC_MESSAGE,"Compiling and installing \ cairo-$(CAIRO_VERSION) in your root filesystem...") @@ -80,7 +80,7 @@ $(CAIRO_BUILD_DIR)/.configured: PKG_CONFIG_LIBDIR=$(SYSROOT)/usr/lib \ ./configure --build=$(HOST_BUILD) --host=$(STRICT_GNU_TARGET) \ --target=$(STRICT_GNU_TARGET) \ - --prefix=/usr --without-x + --prefix=/usr --without-x --enable-directfb @touch $@ cairo_clean: -- cgit v1.2.3