mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / python-nfc / Config.in
blob9a8102c23cf0b88e82c6a2cd2459f5067c15d013
1 config BR2_PACKAGE_PYTHON_NFC
2         bool "python-nfc"
3         depends on BR2_PACKAGE_PYTHON
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5         select BR2_PACKAGE_LIBUSB
6         select BR2_PACKAGE_LIBUSB_COMPAT
7         help
8           Python module for near field communication.
10           https://launchpad.net/nfcpy
12 comment "python-nfc needs a toolchain w/ threads"
13         depends on BR2_PACKAGE_PYTHON
14         depends on !BR2_TOOLCHAIN_HAS_THREADS