summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttp/firefox/CONFIGURE1
-rwxr-xr-xhttp/firefox/DEPENDS2
-rw-r--r--http/firefox/HISTORY4
3 files changed, 5 insertions, 2 deletions
diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index a81b0786ce..ef65f047df 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -16,6 +16,5 @@ config_query FIREFOX_SDK \
config_query FIREFOX_PGO \
'Enable profile guided optimizations (takes twice as long to build)?' \
n
-config_query_list FIREFOX_GTK_VERSION "Select a version of gtk+" 3 2 &&
config_query FIREFOX_WIDEVINE \
'Enable Widevine DRM' n
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index fb547b1ec4..44b6a5a9a6 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -6,7 +6,7 @@ depends python &&
depends icu "--with-system-icu" &&
depends glib2 &&
-depends "gtk+${FIREFOX_GTK_VERSION}" "--enable-default-toolkit=cairo-gtk${FIREFOX_GTK_VERSION}" &&
+depends gtk+3 "--enable-default-toolkit=cairo-gtk3" &&
depends atk &&
depends libx11 &&
depends libxext &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a0ed9c382f..5b8c17b0b6 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2017-06-16 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, CONFIGURE: removed FIREFOX_GTK_VERSION, only gtk+3 is
+ supported
+
2017-06-14 Pavel Vinogradov <public@sourcemage.org>
* BUILD: removed obsolete rusty flag