synergy: needs C++ support
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 21:12:33 +0000 (22:12 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Oct 2009 21:12:33 +0000 (22:12 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/synergy/Config.in

diff --git a/CHANGES b/CHANGES
index 5d0214e9560912789c10b3051b7992e4e0c8f54b..36a1372e9c1eea9712b3c0112a76eddcd3a80bee 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
 
index fe6a634de18e7f9726839fe28c4555b06238cd60..a2766b13ebd8b2639cef73a3b2565b9559b1713d 100644 (file)
@@ -1,6 +1,7 @@
 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