summaryrefslogtreecommitdiffstats
path: root/package/phidgetwebservice
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-01 21:16:51 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-02 09:38:37 +0200
commite9fe74733c7ea0ed11601b6de685f4632039d06e (patch)
treed53fcb2a8b4b0ba3a2bc22963fef2f33adb68f6b /package/phidgetwebservice
parent1cb1f1e3e911a1e86edf0d3298c724288c4ef8d3 (diff)
downloadbuildroot-e9fe74733c7ea0ed11601b6de685f4632039d06e.tar.gz
buildroot-e9fe74733c7ea0ed11601b6de685f4632039d06e.zip
libphidget: needs dynamic library support
Fixes: http://autobuild.buildroot.net/results/932/9322c930a545bb500b5193a84b26895a03a6b7f7/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/phidgetwebservice')
-rw-r--r--package/phidgetwebservice/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/phidgetwebservice/Config.in b/package/phidgetwebservice/Config.in
index 7bb6f3324e..b85166ef66 100644
--- a/package/phidgetwebservice/Config.in
+++ b/package/phidgetwebservice/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PHIDGETWEBSERVICE
bool "phidgetwebservice"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb, libphidget
+ depends on !BR2_PREFER_STATIC_LIB # libphidget
select BR2_PACKAGE_LIBPHIDGET
help
phidgetwebservice (the Phidget WebService) provides an HTTP
@@ -15,5 +16,6 @@ config BR2_PACKAGE_PHIDGETWEBSERVICE
http://phidgets.com/
-comment "phidgetwebservice needs a toolchain w/ threads"
+comment "phidgetwebservice needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud