Commit e9fe7473 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent 1cb1f1e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
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
+3 −1
Original line number Diff line number Diff line
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