From: Daniel Laird <daniel.j.laird@nxp.com>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0003834]: cairo build broken when directfb support is required
Date: Mon, 23 Jun 2008 05:13:20 -0700 (PDT) [thread overview]
Message-ID: <18067079.post@talk.nabble.com> (raw)
In-Reply-To: <bb1ae9751e255807f2b801d4f8fa6ab3@busybox.net>
I too found this:
A patch was posted:
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))
+
And a bug was raised:
0003584: Cairo does not build directfb if directfb support required
(dependencies missing)
It does not appear to have made the mainline SVN. I hope this helps
Daniel Laird
--
View this message in context: http://www.nabble.com/-buildroot-0003834-%3A-cairo-build-broken-when-directfb-support-is-required-tp18040307p18067079.html
Sent from the BuildRoot mailing list archive at Nabble.com.
prev parent reply other threads:[~2008-06-23 12:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-21 2:19 [Buildroot] [buildroot 0003834]: cairo build broken when directfb support is required bugs at busybox.net
2008-06-23 12:13 ` Daniel Laird [this message]
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=18067079.post@talk.nabble.com \
--to=daniel.j.laird@nxp.com \
--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.