summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-07-11 23:01:35 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-07-11 23:01:35 +0200
commit405574520cf35b441647b454f271aeea54a5f6bd (patch)
tree435eb0f51e7a6886df626c063126f1e640ae7ba7 /firefox-mozconfig
parentAdded missing patch (diff)
downloadlibrewolf-fedora-ff-405574520cf35b441647b454f271aeea54a5f6bd.tar.gz
librewolf-fedora-ff-405574520cf35b441647b454f271aeea54a5f6bd.tar.bz2
librewolf-fedora-ff-405574520cf35b441647b454f271aeea54a5f6bd.zip
Spec clean-up - removed toolkit_gtk3 switch
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 0f8397d..acdf98b 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,5 +1,7 @@
. $topsrcdir/browser/config/mozconfig
+ac_add_options --enable-default-toolkit=cairo-gtk3
+
ac_add_options --prefix="$PREFIX"
ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
bgstack15