mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
synergy: needs mmu
Fixes: http://autobuild.buildroot.net/results/8d4/8d435c1605204f154c8a0a94ebc06d9c29a1768a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
86b830d70a
commit
f588eaf8a5
@ -3,6 +3,7 @@ config BR2_PACKAGE_SYNERGY
|
|||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_XLIB_LIBXTST
|
select BR2_PACKAGE_XLIB_LIBXTST
|
||||||
help
|
help
|
||||||
Synergy lets you easily share a single mouse and
|
Synergy lets you easily share a single mouse and
|
||||||
@ -14,4 +15,5 @@ config BR2_PACKAGE_SYNERGY
|
|||||||
|
|
||||||
comment "synergy needs a toolchain w/ C++, wchar"
|
comment "synergy needs a toolchain w/ C++, wchar"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user