Config.in 512 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_LIBNL
  2. bool "libnl"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. A library for applications dealing with netlink socket.
  6. https://github.com/thom311/libnl
  7. if BR2_PACKAGE_LIBNL
  8. config BR2_PACKAGE_LIBNL_TOOLS
  9. bool "install tools"
  10. # uses <dlfcn.h>
  11. depends on !BR2_STATIC_LIBS
  12. help
  13. Install binary tools.
  14. comment "libnl tools needs a toolchain w/ dynamic library"
  15. depends on BR2_STATIC_LIBS
  16. endif
  17. comment "libnl needs a toolchain w/ threads"
  18. depends on !BR2_TOOLCHAIN_HAS_THREADS