diff options
Diffstat (limited to 'package/ushare/Config.in')
-rw-r--r-- | package/ushare/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/ushare/Config.in b/package/ushare/Config.in index 81140ce856..eba7acf6c3 100644 --- a/package/ushare/Config.in +++ b/package/ushare/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_USHARE bool "ushare" - depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp select BR2_PACKAGE_LIBUPNP select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE @@ -15,6 +14,5 @@ config BR2_PACKAGE_USHARE http://ushare.geexbox.org/ -comment "ushare needs a toolchain w/ largefile, threads, dynamic library" - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \ - BR2_STATIC_LIBS +comment "ushare needs a toolchain w/ threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |