summaryrefslogtreecommitdiff
path: root/package/libphidget
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/libphidget
parent1cb1f1e3e911a1e86edf0d3298c724288c4ef8d3 (diff)
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/libphidget')
-rw-r--r--package/libphidget/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libphidget/Config.in b/package/libphidget/Config.in
index 9f3e4bf70..18a3207fc 100644
--- a/package/libphidget/Config.in
+++ b/package/libphidget/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBPHIDGET
bool "libphidget"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+ depends on !BR2_PREFER_STATIC_LIB
select BR2_PACKAGE_LIBUSB
help
The libphidget library provides an API for controlling Phidgets
@@ -20,5 +21,6 @@ config BR2_PACKAGE_LIBPHIDGET
http://phidgets.com/
-comment "libphidget needs a toolchain w/ threads"
+comment "libphidget needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_PREFER_STATIC_LIB