mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / libusbgx / Config.in
blobfcebf3cfaa9422e3ba795cf3e6d054c7c0fc53cd
1 config BR2_PACKAGE_LIBUSBGX
2         bool "libusbgx"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         select BR2_PACKAGE_LIBCONFIG
5         help
6           libusbgx is a C library encapsulating the kernel USB
7           gadget-configfs userspace API functionality.
9           https://github.com/libusbgx/libusbgx
11 comment "libusbgx needs a toolchain w/ threads"
12         depends on !BR2_TOOLCHAIN_HAS_THREADS