ed3eef6bb4
- gnutls can be made optional again since14a3138a6d
- add openssl optional dependency - pkcs option has been removed since4d6caa0330
- use new options, see8629f3d5a5
- fix build failure with gnutls Fixes: - http://autobuild.buildroot.org/results/e233f9a5693e18bee90669910007e122857c7f77 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
391 B
Plaintext
13 lines
391 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
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
Network-related GIO modules for glib.
|
|
|
|
comment "glib-networking needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|