summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/racehound/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/racehound/Config.in b/package/racehound/Config.in
index 9f1011bf0e..53e39a8c64 100644
--- a/package/racehound/Config.in
+++ b/package/racehound/Config.in
@@ -27,10 +27,11 @@ config BR2_PACKAGE_RACEHOUND
https://github.com/winnukem/racehound
comment "racehound needs an Linux kernel >= 3.14 to be built"
- depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
+ depends on !BR2_LINUX_KERNEL
depends on BR2_i386 || BR2_x86_64
-comment "racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library"
+comment "racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library, headers >= 3.14"
depends on BR2_i386 || BR2_x86_64
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
- || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
+ || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC) \
+ || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
OpenPOWER on IntegriCloud