Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH]: Make sure cairo is dependant on directfb otherwise might not be built
@ 2008-05-23 13:39 Daniel Laird
  0 siblings, 0 replies; only message in thread
From: Daniel Laird @ 2008-05-23 13:39 UTC (permalink / raw)
  To: buildroot


DirectFB is needed before cairo builds to get directfb support:

Dan Laird

--- buildroot/package/cairo/cairo.mk
+++ buildroot.new/package/cairo/cairo.mk 
@@ -43,9 +43,11 @@
 
 ifeq ($(BR2_PACKAGE_DIRECTFB),y)
 	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
+	CAIRO_DEPENDENCIES_EXTRA = directfb
 endif
 
-CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib png
fontconfig $(XSERVER) 
+CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib png
fontconfig $(CAIRO_DEPENDENCIES_EXTRA) $(XSERVER) 
 
 $(eval $(call AUTOTARGETS,package,cairo))
 
+

-- 
View this message in context: http://www.nabble.com/-PATCH-%3A-Make-sure-cairo-is-dependant-on-directfb-otherwise-might-not-be-built-tp17425814p17425814.html
Sent from the BuildRoot mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-23 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 13:39 [Buildroot] [PATCH]: Make sure cairo is dependant on directfb otherwise might not be built Daniel Laird

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox