Config.in 1.0 KB

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_SLIRP
  2. bool "slirp"
  3. depends on BR2_USE_MMU # libglib2
  4. depends on BR2_USE_WCHAR # libglib2
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  6. select BR2_PACKAGE_LIBGLIB2
  7. help
  8. libslirp is a user-mode networking library used by virtual
  9. machines, containers or various tools.
  10. https://gitlab.freedesktop.org/slirp/libslirp/
  11. NOTE:
  12. This package has some history of a unique kind:
  13. - originally developed as 'slirp' by Danny Gasparovski, and
  14. seemingly abandoned (developer /disappeared/)
  15. - then re-maintained at sourceforge by "Kelly", up to some
  16. time around 2009: http://slirp.sourceforge.net/
  17. - during that period, QEMU (Fabrice BELLARD) forked the code
  18. and included it in QEMU
  19. - and it was imported from this breed by the Spice project
  20. around May 2009 which archived it in 2012
  21. - So we switched to
  22. https://gitlab.freedesktop.org/slirp/libslirp
  23. comment "slirp needs a toolchain w/ wchar, threads"
  24. depends on BR2_USE_MMU
  25. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS