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

gperf: needs C++ support

parent a1deb18b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+4 −0
Original line number Diff line number Diff line
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