summaryrefslogtreecommitdiffstats
path: root/package/libphidget/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libphidget/Config.in')
-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 9f3e4bf701..18a3207fc4 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
OpenPOWER on IntegriCloud