From: Gustavo Zacarias Date: Sun, 27 Oct 2013 22:54:19 +0000 (-0300) Subject: alsamixergui: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca5639f8d00aae6427054dee1f0433583ad3041d;p=buildroot.git alsamixergui: needs mmu Because of the new fl_open_uri() function since the fltk bump using fork(). Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in index acc3cc9fc7..b1b9eb9c66 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