mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
gpm: disable on !MMU, requires fork()
Fixes: http://autobuild.buildroot.net/results/b2b/b2beb4876fba22f139df9c336ff0fae77354721b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1fd1fe744e
commit
b88f2f6159
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GPM
|
config BR2_PACKAGE_GPM
|
||||||
bool "gpm"
|
bool "gpm"
|
||||||
depends on !BR2_PREFER_STATIC_LIB
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
"gpm" means general purpose mouse (server) and provides mouse support
|
"gpm" means general purpose mouse (server) and provides mouse support
|
||||||
for Linux virtual consoles.
|
for Linux virtual consoles.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user