All of lore.kernel.org
 help / color / mirror / Atom feed
From: correa at uclibc.org <correa@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/cairo
Date: Sat,  5 Jul 2008 08:14:12 -0700 (PDT)	[thread overview]
Message-ID: <20080705151412.9A6323C650@busybox.net> (raw)

Author: correa
Date: 2008-07-05 08:14:11 -0700 (Sat, 05 Jul 2008)
New Revision: 22654

Log:
Fix #3584, when building cairo with DirectFB, depend on DirectFB

Modified:
   trunk/buildroot/package/cairo/Config.in
   trunk/buildroot/package/cairo/cairo.mk


Changeset:
Modified: trunk/buildroot/package/cairo/Config.in
===================================================================
--- trunk/buildroot/package/cairo/Config.in	2008-07-05 09:30:17 UTC (rev 22653)
+++ trunk/buildroot/package/cairo/Config.in	2008-07-05 15:14:11 UTC (rev 22654)
@@ -5,7 +5,7 @@
 	select BR2_PACKAGE_LIBPNG
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_FONTCONFIG
-	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX
+	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX||BR2_PACKAGE_DIRECTFB
 	help
 	  Cairo is a 2D graphics library with support for multiple
 	  output devices. Currently supported output targets include

Modified: trunk/buildroot/package/cairo/cairo.mk
===================================================================
--- trunk/buildroot/package/cairo/cairo.mk	2008-07-05 09:30:17 UTC (rev 22653)
+++ trunk/buildroot/package/cairo/cairo.mk	2008-07-05 15:14:11 UTC (rev 22654)
@@ -43,8 +43,9 @@
 
 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))

             reply	other threads:[~2008-07-05 15:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-05 15:14 correa at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-14 13:36 [Buildroot] svn commit: trunk/buildroot/package/cairo thomasez at uclibc.org
2009-01-14 14:24 ` Daniel Laird
2009-01-14 14:50   ` Sven Neumann
2009-01-17  9:55     ` Thomas Lundquist
2009-01-17 16:27       ` Peter Korsgaard
2009-01-17 20:03         ` Thomas Lundquist
2009-01-17 21:41           ` danieljlaird at hotmail.com
2009-01-14 12:26 thomasez at uclibc.org
2009-01-12 15:22 thomasez at uclibc.org
2008-10-22 15:01 laird at uclibc.org
2007-01-17 13:49 jacmet at uclibc.org
2007-01-17 13:46 jacmet at uclibc.org
2007-01-18 18:40 ` Erik Andersen
2007-01-11  8:45 andersen at uclibc.org
2007-01-11  7:36 andersen at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080705151412.9A6323C650@busybox.net \
    --to=correa@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.