* [Buildroot] [buildroot 0003834]: cairo build broken when directfb support is required
@ 2008-06-21 2:19 bugs at busybox.net
2008-06-23 12:13 ` Daniel Laird
0 siblings, 1 reply; 2+ messages in thread
From: bugs at busybox.net @ 2008-06-21 2:19 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=3834
======================================================================
Reported By: kjzhang
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 3834
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 06-20-2008 19:19 PDT
Last Modified: 06-20-2008 19:19 PDT
======================================================================
Summary: cairo build broken when directfb support is required
Description:
After applying the patch uploaded in 0003584(adding directfb dependency),
cairo doens't build because of missing "directfb.h" when compiling
cairo-directfb-surface.c.
I'm trying to build libgtk2 on top of directfb instead of X for both i686
and arrm, the above problem happens in both cases.
Does anybody else see the same issue?
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
06-20-08 19:19 kjzhang New Issue
06-20-08 19:19 kjzhang Status new => assigned
06-20-08 19:19 kjzhang Assigned To => buildroot
======================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [buildroot 0003834]: cairo build broken when directfb support is required
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
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Laird @ 2008-06-23 12:13 UTC (permalink / raw)
To: buildroot
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-23 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox