0cd1096eb0
- libsoup has been replaced by libsoup3 withe223e6f75e
- Disable manpages which are enabled by default since their addition:1970906319
https://gitlab.gnome.org/GNOME/gssdp/-/blob/gssdp-1.6.3/NEWS Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: multiline assignment is entirely multiline] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
config BR2_PACKAGE_GSSDP
|
|
bool "gssdp"
|
|
depends on BR2_USE_WCHAR # glib2, libsoup3
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, libsoup3
|
|
depends on BR2_USE_MMU # glib2, libsoup3
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_LIBSOUP3
|
|
help
|
|
GSSDP implements resource discovery and announcement over
|
|
SSDP.
|
|
|
|
http://www.gupnp.org
|
|
|
|
comment "gssdp needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|