Don't override MOZ_USE_XINPUT2 in startup script (hrbz#2184297) by GalaxyMaster
This commit is contained in:
parent
a67d903dec
commit
18483fc2bb
@ -160,7 +160,7 @@ export G_SLICE=always-malloc
|
|||||||
##
|
##
|
||||||
## Enable Xinput2 (mozbz#1207973)
|
## 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
|
# OK, here's where all the real work gets done
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@ ExcludeArch: i686
|
|||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 111.0.1
|
Version: 111.0.1
|
||||||
Release: 1%{?pre_tag}%{?dist}
|
Release: 2%{?pre_tag}%{?dist}
|
||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
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
|
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
|
%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
|
* Wed Mar 22 2023 Martin Stransky <stransky@redhat.com>- 111.0.1-1
|
||||||
- Updated to 111.0.1
|
- Updated to 111.0.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user