summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-31 09:19:11 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-31 09:19:11 +0100
commita0558c67a07d7b28fcf90e2da11148ff33fb0310 (patch)
treeccf9709bae975f42e0aed8e415e04f5bd972754b /firefox-mozconfig
parentRestricted to intel arches (diff)
downloadlibrewolf-fedora-ff-a0558c67a07d7b28fcf90e2da11148ff33fb0310.tar.gz
librewolf-fedora-ff-a0558c67a07d7b28fcf90e2da11148ff33fb0310.tar.bz2
librewolf-fedora-ff-a0558c67a07d7b28fcf90e2da11148ff33fb0310.zip
Added X11 launcher
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 9ea4603..953df70 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -20,6 +20,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 --with-gl-provider=EGL
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
bgstack15