startup-notification: needs mmu

Fixes:
http://autobuild.buildroot.net/results/1fc/1fcb069b790ae5861c5a3ee577689de92005862a/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2014-08-04 09:45:54 -03:00 committed by Thomas Petazzoni
parent 9c37eaabd6
commit 0c4cf8f6f4

View file

@ -2,6 +2,7 @@ config BR2_PACKAGE_STARTUP_NOTIFICATION
bool "startup-notification"
select BR2_PACKAGE_XLIB_LIBX11
depends on BR2_PACKAGE_XORG7
depends on BR2_USE_MMU # fork()
help
Startup-notification is a library used to monitor application startup.