summaryrefslogtreecommitdiff
path: root/www-client/firefox/files/firefox-wayland.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:47:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:47:10 +0100
commit49193b7dd7452c02d9cc30f1e400c933451e6355 (patch)
tree6d98bfc6b41382d60cd30984dfb358b879a7f502 /www-client/firefox/files/firefox-wayland.sh
parent946ecbfd45b2232f300600f5a3956919d77a021a (diff)
www-client/firefox : import from Gentoo, compile with clang-12
Diffstat (limited to 'www-client/firefox/files/firefox-wayland.sh')
-rw-r--r--www-client/firefox/files/firefox-wayland.sh7
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 "$@"