aboutsummaryrefslogtreecommitdiffstats
path: root/package/libupnp
diff options
context:
space:
mode:
Diffstat (limited to 'package/libupnp')
-rw-r--r--package/libupnp/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libupnp/Config.in b/package/libupnp/Config.in
index 2e6edcdb5..52fa73920 100644
--- a/package/libupnp/Config.in
+++ b/package/libupnp/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBUPNP
bool "libupnp"
depends on BR2_LARGEFILE
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
The portable SDK for UPnP(tm) Devices (libupnp) provides developers
with an API and open source code for building control points,
@@ -9,5 +10,5 @@ config BR2_PACKAGE_LIBUPNP
http://pupnp.sourceforge.net/
-comment "libupnp requires a toolchain with LARGEFILE support"
- depends on !BR2_LARGEFILE
+comment "libupnp requires a toolchain with LARGEFILE and thread support"
+ depends on !(BR2_LARGEFILE && BR2_TOOLCHAIN_HAS_THREADS)