summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-04-07 12:20:10 +0200
committerMartin Stransky <stransky@redhat.com>2020-04-07 12:20:10 +0200
commit57e3477f3fe93d1de64e2766474938e398e5c579 (patch)
tree23e985d9c8f6ff243d0247e007b2eaba7fe3bdb9 /firefox-mozconfig
parentUpload souces (diff)
downloadlibrewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.tar.gz
librewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.tar.bz2
librewolf-fedora-ff-57e3477f3fe93d1de64e2766474938e398e5c579.zip
Build fixes
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index bc70421..d022604 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -12,7 +12,6 @@ ac_add_options --enable-pulseaudio
ac_add_options --without-system-icu
ac_add_options --enable-release
ac_add_options --update-channel=release
-ac_add_options --disable-system-sqlite
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
ac_add_options --enable-av1
bgstack15