The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / phidgetwebservice / Config.in
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
6         help
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.
13
14           The phidgetwebservice client program uses the libphidget HTTP
15           functions to send commands to the phidgetwebservice.
16
17           http://phidgets.com/
18
19 comment "phidgetwebservice needs a toolchain w/ threads, dynamic library"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS
21         depends on BR2_STATIC_LIBS