diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-08-09 18:22:32 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-08-09 20:50:33 +0800 |
commit | 2baca54cfea1c4b12d2b363d744c72f24f7f71c3 (patch) | |
tree | a6cf2b1087dae4971594582c7ab215046bd52deb /configure.ac | |
parent | 833d2ba2b1f1c08c73f47c0bb3ef843fa94c7055 (diff) | |
download | gsoc2013-epiphany-2baca54cfea1c4b12d2b363d744c72f24f7f71c3.tar.gz gsoc2013-epiphany-2baca54cfea1c4b12d2b363d744c72f24f7f71c3.tar.zst gsoc2013-epiphany-2baca54cfea1c4b12d2b363d744c72f24f7f71c3.zip |
Show information about the SSL errors when clicking on lock icon
If libgcr is available it's used to show the information about the TLS
certificate in the dialog too.
https://bugzilla.gnome.org/show_bug.cgi?id=681506
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7fd5d4e63..7ffc0071a 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,7 @@ LIBSOUP_GNOME_REQUIRED=2.39.6 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 LIBNOTIFY_REQUIRED=0.5.1 +GCR_REQUIRED=3.5.5 AC_ARG_WITH(webkit2, [AC_HELP_STRING([--with-webkit2], [build with WebKit2 [default=no]])], @@ -130,6 +131,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED libnotify >= $LIBNOTIFY_REQUIRED sqlite3 + gcr-3 >= $GCR_REQUIRED ]) # ****************** |