|
@@ -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)
|