diff options
author | Jory Pratt <anarchy@gentoo.org> | 2020-04-07 20:55:58 -0500 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2020-04-07 20:55:58 -0500 |
commit | 293d8b191a3fdd7b724770fd6148bcba2230af1d (patch) | |
tree | 7e72e5792353bea2ed9121056c09e58efa975aa5 /www-client/firefox/files/firefox-wayland.sh | |
parent | www-client/firefox: Version bump 75.0b10 (diff) | |
download | mozilla-293d8b191a3fdd7b724770fd6148bcba2230af1d.tar.gz mozilla-293d8b191a3fdd7b724770fd6148bcba2230af1d.tar.bz2 mozilla-293d8b191a3fdd7b724770fd6148bcba2230af1d.zip |
www-client/firefox: Unbreak patchset, readd missing lto/llvm9 patches
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'www-client/firefox/files/firefox-wayland.sh')
-rw-r--r-- | www-client/firefox/files/firefox-wayland.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www-client/firefox/files/firefox-wayland.sh b/www-client/firefox/files/firefox-wayland.sh new file mode 100644 index 00000000..44280250 --- /dev/null +++ b/www-client/firefox/files/firefox-wayland.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# +# Run Mozilla Firefox under Wayland +# +export MOZ_ENABLE_WAYLAND=1 +exec @PREFIX@/bin/firefox "$@" |