webkitgtk24: add https option
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 14 Mar 2016 20:52:14 +0000 (17:52 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Mar 2016 14:02:01 +0000 (15:02 +0100)
Add a BR2_PACKAGE_WEBKITGTK24_HTTPS to pull in required dependencies for
HTTPS protocol support.
This is almost essentially the same as using midori with HTTPS enabled,
however Midori's HTTPS support is based on glib-networking, and webkit
via libsoup-ssl (for MiniBrowser, it doesn't affect midori's support).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/webkitgtk24/Config.in

index 02d67918c717f9d77ef167199a7c8693995ec778..e95a851a3b22966cc467cd64f2d308eeb12ef39b 100644 (file)
@@ -51,6 +51,13 @@ config BR2_PACKAGE_WEBKITGTK24
 
 if BR2_PACKAGE_WEBKITGTK24
 
+config BR2_PACKAGE_WEBKITGTK24_HTTPS
+       bool "HTTPS support"
+       select BR2_PACKAGE_CA_CERTIFICATES # runtime
+       select BR2_PACKAGE_LIBSOUP_SSL
+       help
+         Enable HTTPS protocol support.
+
 config BR2_PACKAGE_WEBKITGTK24_MULTIMEDIA
        bool "multimedia support"
        select BR2_PACKAGE_GSTREAMER1