Accepting request 226522 from home:tobijk:X11:XOrg
- Update to latest git version bdc412044f6ced056cd57320d1b2ee0d967c219 - Add conditional for X-Server internal glamor vs standalone glamor OBS-URL: https://build.opensuse.org/request/show/226522 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-ati?expand=0&rev=33
This commit is contained in:
parent
ccf0c639fd
commit
caa9266d8e
3
xf86-video-ati-7.3.0.1.tar.bz2
Normal file
3
xf86-video-ati-7.3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76ae4029bcc2169bdd9f73cfcf08b95d3083880208a98a3eb9f6e6bdfb579742
|
||||
size 311913
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe
|
||||
size 816346
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 19:58:26 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||
|
||||
- Update to latest git version bdc412044f6ced056cd57320d1b2ee0d967c219
|
||||
- Add conditional for X-Server internal glamor vs standalone glamor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 10:42:16 UTC 2014 - sndirsch@suse.com
|
||||
|
||||
|
@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define xserver_glamor 0
|
||||
|
||||
Name: xf86-video-ati
|
||||
Version: 7.3.0
|
||||
Version: 7.3.0.1
|
||||
Release: 0
|
||||
Summary: ATI video driver for the Xorg X server
|
||||
License: MIT
|
||||
@ -34,7 +36,9 @@ BuildRequires: pkgconfig(fontsproto)
|
||||
# Libdrm 2.4.36 needed for kms
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.36
|
||||
# Glamor is new and we want that now
|
||||
%if !%xserver_glamor
|
||||
BuildRequires: pkgconfig(glamor) >= 0.3.1
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.36
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
||||
@ -44,7 +48,7 @@ BuildRequires: pkgconfig(videoproto)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xf86driproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xorg-server) >= 1.3
|
||||
BuildRequires: pkgconfig(xorg-server) >= 1.15
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
# This was part of the xorg-x11-driver-video package up to version 7.6
|
||||
Conflicts: xorg-x11-driver-video <= 7.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user