gperf: needs C++ support
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 10:48:10 +0000 (11:48 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 10:48:10 +0000 (11:48 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/gperf/Config.in

diff --git a/CHANGES b/CHANGES
index 5defd0948299654a9e5fbf917d1b8ef3d788aea6..6404f378fc9265a418965dfc1e9f59d0f9518e9d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,7 +21,7 @@
        sdl_sound, swfdec, sysstat
 
        Updated/fixed packages: alsamixergui, autoconf, bootutils, busybox,
-       gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gstreamer,
+       gcc, directfb, dnsmasq, e2fsprogs, festival, gamin, gperf, gstreamer,
        gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick,
        ipkg, iptables, iw, kernel-headers, kismet, libelf, libevent, libglib2,
        libidn, liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd,
index f5999e7d63bc085878efc78422e27001b2ab7939..67b286b9aa9cda8e311c2b0ae09fdc0636b0f568 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_GPERF
        bool "gperf"
+       depends on BR2_INSTALL_LIBSTDCPP
        help
          A 'perfect hash function' generator
 
          http://www.gnu.org/software/gperf/
+
+comment "gperf requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP