Config.in 402 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LIBDNET
  2. bool "libdnet"
  3. help
  4. libdnet - simplified interface to low-level networking routines.
  5. http://libdnet.sourceforge.net/
  6. if BR2_PACKAGE_LIBDNET
  7. config BR2_PACKAGE_LIBDNET_PYTHON
  8. bool "libdnet python module"
  9. depends on BR2_PACKAGE_PYTHON
  10. help
  11. dnet module for python
  12. comment "dnet module for python requires python package"
  13. depends on !BR2_PACKAGE_PYTHON
  14. endif