Do not use Wayland backend by default on GNOME wayland session

Resolves: bz#1966425
This commit is contained in:
Jan Grulich 2021-06-01 13:33:01 +02:00
parent bd19fa9271
commit f7fe3ae40d
1 changed files with 6 additions and 2 deletions

View File

@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt5-qtbase
Summary: Qt5 - QtBase components
Version: 5.15.2
Release: 16%{?dist}
Release: 17%{?dist}
# See LGPL_EXCEPTIONS.txt, for exception details
@ -391,7 +391,7 @@ Qt5 libraries used for drawing widgets and OpenGL items.
%endif
%patch68 -p1
%if 0%{?fedora} > 30 || 0%{?rhel} > 8
%if 0%{?fedora} > 30 || 0%{?rhel} > 9
%patch80 -p1 -b .use-wayland-on-gnome.patch
%endif
@ -1061,6 +1061,10 @@ fi
%changelog
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-17
- Do not use Wayland backend by default on GNOME wayland session
Resolves: bz#1966425
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-16
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937