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, 2 insertions, 2 deletions
diff --git a/package/libphidget/Config.in b/package/libphidget/Config.in
index 18a3207fc4..7466fb5056 100644
--- a/package/libphidget/Config.in
+++ b/package/libphidget/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBPHIDGET
bool "libphidget"
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBUSB
help
The libphidget library provides an API for controlling Phidgets
@@ -23,4 +23,4 @@ config BR2_PACKAGE_LIBPHIDGET
comment "libphidget needs a toolchain w/ threads, dynamic library"
depends on !BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud