1 config BR2_PACKAGE_PHIDGETWEBSERVICE
2 bool "phidgetwebservice"
3 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb, libphidget
4 depends on !BR2_STATIC_LIBS # libphidget
5 select BR2_PACKAGE_LIBPHIDGET
7 phidgetwebservice (the Phidget WebService) provides an HTTP
8 front-end to the libphidget device control API. This provides
9 an alternative to the libphidget C linkage interface for
10 controlling locally attached Phidgets USB devices and it also
11 allows you to control Phidget USB devices remotely when the host
12 running the phidgetwebservice has an exposed network interface.
14 The phidgetwebservice client program uses the libphidget HTTP
15 functions to send commands to the phidgetwebservice.
19 comment "phidgetwebservice needs a toolchain w/ threads, dynamic library"
20 depends on !BR2_TOOLCHAIN_HAS_THREADS
21 depends on BR2_STATIC_LIBS