diff options
author | Martin Stransky <stransky@redhat.com> | 2015-03-03 15:49:07 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-03-03 15:49:07 +0100 |
commit | d00e26acd72d0d42dd13ae3d362859e12b1ad4e1 (patch) | |
tree | daef17272b24bdf07a11d314c872d627a34b42e7 /firefox-mozconfig | |
parent | Enabled skia library for arm (diff) | |
download | librewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.tar.gz librewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.tar.bz2 librewolf-fedora-ff-d00e26acd72d0d42dd13ae3d362859e12b1ad4e1.zip |
Enable Skia for all arches (rhbz#1197007)
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 c0cda82..6e2668d 100644 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -35,6 +35,7 @@ ac_add_options --enable-pulseaudio ac_add_options --with-system-icu ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key ac_add_options --enable-release +ac_add_options --enable-skia export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |