diff mbox

[3/3] alsamixergui: needs mmu

Message ID 1382914459-30545-3-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit ca5639f8d00aae6427054dee1f0433583ad3041d
Headers show

Commit Message

Gustavo Zacarias Oct. 27, 2013, 10:54 p.m. UTC
Because of the new fl_open_uri() function since the fltk bump using
fork().

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

Comments

Peter Korsgaard Oct. 28, 2013, 4:28 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

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

Committed, thanks.
diff mbox

Patch

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