Accepting request 977270 from X11:XOrg

- remove hardware supplements for AMD GPUs; i.e. no longer install
  by default on AMD hardware; instead use "modeset" driver

- set SUSE_ZNOW to 0 (boo#1197994)

OBS-URL: https://build.opensuse.org/request/show/977270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xf86-video-ati?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2022-05-16 16:07:42 +00:00 committed by Git OBS Bridge
commit e43af0774d
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat May 14 20:57:24 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- remove hardware supplements for AMD GPUs; i.e. no longer install
by default on AMD hardware; instead use "modeset" driver
-------------------------------------------------------------------
Sat May 14 17:36:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- set SUSE_ZNOW to 0 (boo#1197994)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 3 06:46:11 UTC 2022 - Илья Индиго <ilya@ilya.pp.ua> Thu Feb 3 06:46:11 UTC 2022 - Илья Индиго <ilya@ilya.pp.ua>

View File

@ -50,7 +50,6 @@ BuildRequires: pkgconfig(xf86driproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xorg-server) >= 1.15 BuildRequires: pkgconfig(xorg-server) >= 1.15
BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xproto)
Supplements: modalias(xorg-x11-server:pci:v00001002d*sv*sd*bc03sc*i*)
# This was part of the xorg-x11-driver-video package up to version 7.6 # This was part of the xorg-x11-driver-video package up to version 7.6
Conflicts: xorg-x11-driver-video <= 7.6 Conflicts: xorg-x11-driver-video <= 7.6
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
@ -71,6 +70,9 @@ driver as appropriate.
%autosetup -p1 %autosetup -p1
%build %build
# We have some -z now related errors during X default startup (boo#1197994):
# this is directly visible on startup, so easy to test later on.
export SUSE_ZNOW=0
autoreconf -fiv autoreconf -fiv
%configure \ %configure \
--enable-glamor --enable-glamor