mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
synergy: needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
61b57f10a6
commit
fca4e38c80
6
CHANGES
6
CHANGES
@ -9,9 +9,9 @@
|
|||||||
libelf, libevent, libglib2, liblockfile, libmad, libpcap, libupnp,
|
libelf, libevent, libglib2, liblockfile, libmad, libpcap, libupnp,
|
||||||
libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
|
libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
|
||||||
netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
|
netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
|
||||||
sawman, shared-mime-info, speech-tools, sqlite, squashfs, syslinux,
|
sawman, shared-mime-info, speech-tools, sqlite, squashfs, synergy,
|
||||||
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
syslinux, tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe,
|
||||||
xdata_xcursor-themes, zlib
|
wpa-supplicant, xdata_xcursor-themes, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol
|
Removed package: mdnsresponder, mpatrol
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_SYNERGY
|
config BR2_PACKAGE_SYNERGY
|
||||||
bool "synergy"
|
bool "synergy"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Synergy lets you easily share a single mouse and
|
Synergy lets you easily share a single mouse and
|
||||||
keyboard between multiple computers with different
|
keyboard between multiple computers with different
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_SYNERGY
|
|||||||
without special hardware.
|
without special hardware.
|
||||||
|
|
||||||
http://synergy2.sourceforge.net/
|
http://synergy2.sourceforge.net/
|
||||||
|
|
||||||
|
comment "synergy requires a toolchain with C++ support enabled"
|
||||||
|
depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user