diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 11:48:10 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 11:48:10 +0100 |
commit | d66727128a8f06c57f2217f2ea215b8cf52b7dce (patch) | |
tree | cf752c5048128d7e5630165aa5c428de9d2b04fb /package | |
parent | a1deb18ba670d84257d9f6fecf579a9787e7449c (diff) | |
download | buildroot-novena-d66727128a8f06c57f2217f2ea215b8cf52b7dce.tar.gz buildroot-novena-d66727128a8f06c57f2217f2ea215b8cf52b7dce.zip |
gperf: needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/gperf/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gperf/Config.in b/package/gperf/Config.in index f5999e7d6..67b286b9a 100644 --- a/package/gperf/Config.in +++ b/package/gperf/Config.in @@ -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 |