Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU
@ 2014-05-14 21:56 Yann E. MORIN
  2014-05-14 22:15 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2014-05-14 21:56 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Fixes:
    http://autobuild.buildroot.net/results/038/038371cc8548b3d39d8174289bedc9aae4076303/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/cairo/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cairo/Config.in b/package/cairo/Config.in
index 0c87a29..2742855 100644
--- a/package/cairo/Config.in
+++ b/package/cairo/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_CAIRO
 	select BR2_PACKAGE_FONTCONFIG
 	select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
 	select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
+	depends on BR2_USE_MMU # fork()
 	help
 	  Cairo is a 2D graphics library with support for multiple
 	  output devices. Currently supported output targets include
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-15 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 21:56 [Buildroot] [PATCH] package/cairo: uses fork(), so requires an MMU Yann E. MORIN
2014-05-14 22:15 ` Yann E. MORIN
2014-05-15  7:44   ` Eric Le Bihan
2014-05-15  8:02     ` Thomas Petazzoni
2014-05-15 16:24       ` Yann E. MORIN

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