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:
commit
e43af0774d
@ -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>
|
||||
|
||||
|
@ -50,7 +50,6 @@ BuildRequires: pkgconfig(xf86driproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xorg-server) >= 1.15
|
||||
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
|
||||
Conflicts: xorg-x11-driver-video <= 7.6
|
||||
ExcludeArch: s390 s390x
|
||||
@ -71,6 +70,9 @@ driver as appropriate.
|
||||
%autosetup -p1
|
||||
|
||||
%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
|
||||
%configure \
|
||||
--enable-glamor
|
||||
|
Loading…
x
Reference in New Issue
Block a user