diff options
Diffstat (limited to 'package/gpsd/Config.in')
-rw-r--r-- | package/gpsd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 337f8e731..70c8cbf25 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -32,10 +32,10 @@ config BR2_PACKAGE_GPSD_OLDSTYLE config BR2_PACKAGE_GPSD_PROFILING bool "profiling support" - depends on !BR2_TOOLCHAIN_BUILDROOT && !BR2_TOOLCHAIN_CTNG_uClibc && !BR2_TOOLCHAIN_EXTERNAL_UCLIBC + depends on BR2_TOOLCHAIN_USES_GLIBC comment "profiling support not available with uClibc-based toolchain" - depends on BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_CTNG_uClibc || BR2_TOOLCHAIN_EXTERNAL_UCLIBC + depends on !BR2_TOOLCHAIN_USES_GLIBC config BR2_PACKAGE_GPSD_NTP_SHM bool "NTP time hinting support" |