From 9c4a9e1156c56439f1ac500bed216df35754ab1a Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Fri, 2 Dec 2011 13:07:27 +0100 Subject: ephy-embed-prefs: Hardcode enable-fullscreen to TRUE This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Also bumped the WebKitGTK requirement to 1.7.3 in agreement with Xan. This release includes bug fixes related to fullscreen display of videos. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f33fa6207..e53122dcb 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ GLIB_REQUIRED=2.31.2 GTK_REQUIRED=3.0.2 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 -WEBKIT_GTK_REQUIRED=1.6.1 +WEBKIT_GTK_REQUIRED=1.7.3 LIBSOUP_GNOME_REQUIRED=2.37.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 -- cgit