Don't override MOZ_USE_XINPUT2 in startup script (hrbz#2184297) by GalaxyMaster

This commit is contained in:
Martin Stransky 2023-04-05 10:46:34 +02:00
parent a67d903dec
commit 18483fc2bb
2 changed files with 5 additions and 2 deletions

View File

@ -160,7 +160,7 @@ export G_SLICE=always-malloc
##
## Enable Xinput2 (mozbz#1207973)
##
export MOZ_USE_XINPUT2=1
export MOZ_USE_XINPUT2=${MOZ_USE_XINPUT2-1}
# OK, here's where all the real work gets done

View File

@ -173,7 +173,7 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 111.0.1
Release: 1%{?pre_tag}%{?dist}
Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@ -1078,6 +1078,9 @@ fi
#---------------------------------------------------------------------
%changelog
* Wed Apr 5 2023 Martin Stransky <stransky@redhat.com>- 111.0.1-2
- Don't override MOZ_USE_XINPUT2 in startup script (hrbz#2184297) by GalaxyMaster
* Wed Mar 22 2023 Martin Stransky <stransky@redhat.com>- 111.0.1-1
- Updated to 111.0.1