www-client/firefox-bin: enable MOZ_USE_XINPUT2
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 29 Mar 2020 23:43:09 +0000 (01:43 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 30 Mar 2020 11:45:10 +0000 (13:45 +0200)
Closes: https://bugs.gentoo.org/617344
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox-bin/files/firefox-bin.sh

index 5bf52692b3dc30b1f19536a576fb64cb45b3da28..069b474ac8a3d9f50fee52c9d73876943df1c89d 100644 (file)
@@ -80,6 +80,11 @@ if [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]]; then
        export GNOME_DISABLE_CRASH_DIALOG
 fi
 
+##
+## Enable Xinput2 (#617344)
+##
+export MOZ_USE_XINPUT2=1
+
 # Don't throw "old profile" dialog box.
 export MOZ_ALLOW_DOWNGRADE=1