buildroot/package/slirp/Config.in
Fabrice Fontaine 88a62fac1f package/slirp: add libglib2 mandatory dependency
slirp depends on libglib2, don't update xen as it already depends on it

Fixes:
 - http://autobuild.buildroot.org/results/0b9cff1bc650876a6fff6102b2cb31dcdf4c5e8f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-11 11:47:19 +01:00

29 lines
1 KiB
Plaintext

config BR2_PACKAGE_SLIRP
bool "slirp"
depends on BR2_USE_MMU # libglib2
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
select BR2_PACKAGE_LIBGLIB2
help
libslirp is a user-mode networking library used by virtual
machines, containers or various tools.
https://gitlab.freedesktop.org/slirp/libslirp/
NOTE:
This package has some history of a unique kind:
- originally developped as 'slirp' by Danny Gasparovski, and
seemingly abandonned (developper /disapeared/)
- then re-maintained at sourceforge by "Kelly", up to some
time around 2009: http://slirp.sourceforge.net/
- during that period, QEMU (Fabrice BELLARD) forked the code
and included it in QEMU
- and it was imported from this breed by the Spice project
around May 2009 which archived it in 2012
- So we switched to
https://gitlab.freedesktop.org/slirp/libslirp
comment "slirp needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS