mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
xapp_xsm: depends on MMU
Fixes: http://sysmic.org/~jezz/results/455f2788: remote.o: In function `_remote_start': remote.c:(.text+0x74): undefined reference to `_fork' restart.o: In function `_Clone': restart.c:(.text+0x5a8): undefined reference to `_fork' restart.o: In function `_Restart': restart.c:(.text+0xa44): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d1ac782486
commit
41d2979fe3
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_XAPP_XSM
|
config BR2_PACKAGE_XAPP_XSM
|
||||||
bool "xsm"
|
bool "xsm"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_XLIB_LIBXAW
|
select BR2_PACKAGE_XLIB_LIBXAW
|
||||||
help
|
help
|
||||||
X Session Manager
|
X Session Manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user