diff options
author | Martin Stransky <stransky@redhat.com> | 2018-11-06 09:45:43 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-11-06 09:45:43 +0100 |
commit | 7a468869c49fa3a9554a8c01157d7dbf57d0d017 (patch) | |
tree | 51feecb9b67ee0542c5235c7ae3a0c0bdc99ad1a /firefox-mozconfig | |
parent | Merge branch 'master' into f28 (diff) | |
parent | Added fix for mozbz#1497534 - titlebar appearance during D&D, Added fix for m... (diff) | |
download | librewolf-fedora-ff-7a468869c49fa3a9554a8c01157d7dbf57d0d017.tar.gz librewolf-fedora-ff-7a468869c49fa3a9554a8c01157d7dbf57d0d017.tar.bz2 librewolf-fedora-ff-7a468869c49fa3a9554a8c01157d7dbf57d0d017.zip |
Merge branch 'master' into f28
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r-- | firefox-mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index d64b691..a64bb3d 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -17,6 +17,7 @@ ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key ac_add_options --with-google-api-keyfile=../google-api-key ac_add_options --enable-release ac_add_options --enable-pie +ac_add_options --update-channel=release # Workaround for mozbz#1341234 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" |