Commit fca4e38c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

synergy: needs C++ support

parent 61b57f10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@
	libelf, libevent, libglib2, liblockfile, libmad, libpcap, libupnp,
	libuuid, ltrace, lua, lzma, mdadm, ncftp, ncurses, netkittelnet,
	netsnmp, ntfs-3g, openssl, php, python, quagga, radvd, rsync, samba,
	sawman, shared-mime-info, speech-tools, sqlite, squashfs, syslinux,
	tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
	xdata_xcursor-themes, zlib
	sawman, shared-mime-info, speech-tools, sqlite, squashfs, synergy,
	syslinux, tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe,
	wpa-supplicant, xdata_xcursor-themes, zlib

	Removed package: mdnsresponder, mpatrol

+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SYNERGY
	bool "synergy"
	depends on BR2_PACKAGE_XORG7
	depends on BR2_INSTALL_LIBSTDCPP
	help
	  Synergy lets you easily share a single mouse and
	  keyboard between multiple computers with different
@@ -8,3 +9,6 @@ config BR2_PACKAGE_SYNERGY
	  without special hardware.

	  http://synergy2.sourceforge.net/

comment "synergy requires a toolchain with C++ support enabled"
	depends on BR2_PACKAGE_XORG7 && !BR2_INSTALL_LIBSTDCPP