mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
gperf: needs C++ support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user