xref: /OK3568_Linux_fs/buildroot/package/slirp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://gitlab.freedesktop.org/slirp/libslirp/
12
13	  NOTE:
14	  This package has some history of a unique kind:
15	    - originally developped as 'slirp' by Danny Gasparovski, and
16	      seemingly abandonned (developper /disapeared/)
17	    - then re-maintained at sourceforge by "Kelly", up to some
18	      time around 2009: http://slirp.sourceforge.net/
19	    - during that period, QEMU (Fabrice BELLARD) forked the code
20	      and included it in QEMU
21	    - and it was imported from this breed by the Spice project
22	      around May 2009 which archived it in 2012
23	    - So we switched to
24	      https://gitlab.freedesktop.org/slirp/libslirp
25
26comment "slirp needs a toolchain w/ wchar, threads"
27	depends on BR2_USE_MMU
28	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
29