xref: /OK3568_Linux_fs/buildroot/package/phidgetwebservice/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PHIDGETWEBSERVICE
2*4882a593Smuzhiyun	bool "phidgetwebservice"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb, libphidget
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libphidget -> libusb
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # libphidget
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPHIDGET
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  phidgetwebservice (the Phidget WebService) provides an HTTP
9*4882a593Smuzhiyun	  front-end to the libphidget device control API. This
10*4882a593Smuzhiyun	  provides an alternative to the libphidget C linkage
11*4882a593Smuzhiyun	  interface for controlling locally attached Phidgets USB
12*4882a593Smuzhiyun	  devices and it also allows you to control Phidget USB
13*4882a593Smuzhiyun	  devices remotely when the host running the phidgetwebservice
14*4882a593Smuzhiyun	  has an exposed network interface.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  The phidgetwebservice client program uses the libphidget
17*4882a593Smuzhiyun	  HTTP functions to send commands to the phidgetwebservice.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  http://phidgets.com/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "phidgetwebservice needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
22*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
23*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
24