|
@@ -24,8 +24,8 @@ config BR2_PACKAGE_LIBSOUP_GNOME
|
|
config BR2_PACKAGE_LIBSOUP_SSL
|
|
config BR2_PACKAGE_LIBSOUP_SSL
|
|
bool "https support"
|
|
bool "https support"
|
|
depends on !BR2_STATIC_LIBS # glib-networking, gnutls
|
|
depends on !BR2_STATIC_LIBS # glib-networking, gnutls
|
|
- select BR2_PACKAGE_GLIB_NETWORKING
|
|
|
|
- select BR2_PACKAGE_GNUTLS
|
|
|
|
|
|
+ select BR2_PACKAGE_GLIB_NETWORKING # runtime
|
|
|
|
+ select BR2_PACKAGE_GNUTLS # runtime
|
|
help
|
|
help
|
|
Enable HTTPS (SSL) support.
|
|
Enable HTTPS (SSL) support.
|
|
|
|
|