[Buildroot] [PATCH 3/3] alsamixergui: needs mmu

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Oct 27 22:54:19 UTC 2013


Because of the new fl_open_uri() function since the fltk bump using
fork().

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/alsamixergui/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in
index acc3cc9..b1b9eb9 100644
--- a/package/alsamixergui/Config.in
+++ b/package/alsamixergui/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_ALSAMIXERGUI
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_MMU # fltk fork()
 	select BR2_PACKAGE_FLTK
 	select BR2_PACKAGE_ALSA_LIB
 	select BR2_PACKAGE_ALSA_LIB_PCM
-- 
1.8.1.5



More information about the buildroot mailing list