02137d6397
glib-networking uses the meson's shared_module function
This is a partly revert of commit
ed3eef6bb4
'package/glib-networking: bump
to version 2.61.1' re-adding the dynamic library dependency due to the
meson's build system and not from gnutls
Fixes:
- http://autobuild.buildroot.org/results/60037e37e020404485df9814f3f3ad4e3b2abdb3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
config BR2_PACKAGE_GLIB_NETWORKING
|
|
bool "glib-networking"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
depends on BR2_USE_MMU # glib2
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
|
|
help
|
|
Network-related GIO modules for glib.
|
|
|
|
comment "glib-networking needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
BR2_STATIC_LIBS
|