Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/
Date: Mon, 30 Mar 2020 11:46:18
Message-Id: 1585568710.68279af6b5e48cb6ddfcae07a645d9dce1bf8a4b.whissi@gentoo
1 commit: 68279af6b5e48cb6ddfcae07a645d9dce1bf8a4b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 23:40:56 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68279af6
7
8 www-client/firefox: enable MOZ_USE_XINPUT2
9
10 Closes: https://bugs.gentoo.org/617344
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/files/firefox.sh | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/www-client/firefox/files/firefox.sh b/www-client/firefox/files/firefox.sh
17 index d942087ffa8..e3412b3b47c 100644
18 --- a/www-client/firefox/files/firefox.sh
19 +++ b/www-client/firefox/files/firefox.sh
20 @@ -90,6 +90,11 @@ if [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]]; then
21 export GNOME_DISABLE_CRASH_DIALOG
22 fi
23
24 +##
25 +## Enable Xinput2 (#617344)
26 +##
27 +export MOZ_USE_XINPUT2=1
28 +
29 # Don't throw "old profile" dialog box.
30 export MOZ_ALLOW_DOWNGRADE=1