mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Mark some packages as not usable on non-MMU systems
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
85e54a6b77
commit
d6993ef3d0
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_INPUT_EVENT_DAEMON
|
||||
bool "input-event-daemon"
|
||||
# Uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
input-event-daemon is a daemon which executes
|
||||
a user-defined command on input events, such as
|
||||
|
||||
Reference in New Issue
Block a user