gnu: xf86-video-ati: Update to 7.5.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.5.0. Add "--disable-glamor" configure flag.
This commit is contained in:
parent
ea73576bc1
commit
316fdeb27e
|
@ -2407,23 +2407,23 @@ devices, thus making direct access unnecessary.")
|
||||||
(define-public xf86-video-ati
|
(define-public xf86-video-ati
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-ati")
|
(name "xf86-video-ati")
|
||||||
(version "6.14.6")
|
(version "7.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
;; FIXME: When updating, switch back to release uri.
|
|
||||||
"mirror://xorg/individual/driver/xf86-video-ati-"
|
"mirror://xorg/individual/driver/xf86-video-ati-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dpcdgw7vmx53l3byp900na5s980v1nw11a7y5yps67hwjrqclma"))))
|
"0dkrw036ikym8aacl43lnf04q0wbms5498xg5b3l16ngnq36ygpc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("mesa" ,mesa)
|
(inputs `(("mesa" ,mesa)
|
||||||
("xxf86driproto" ,xf86driproto)
|
("xxf86driproto" ,xf86driproto)
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
(arguments `(#:configure-flags `("--disable-glamor"))) ; TODO: Enable glamor
|
||||||
(home-page "http://www.x.org/wiki/")
|
(home-page "http://www.x.org/wiki/")
|
||||||
(synopsis "Xorg implementation of the X Window System")
|
(synopsis "Xorg implementation of the X Window System")
|
||||||
(description "X.org provides an implementation of the X Window System")
|
(description "X.org provides an implementation of the X Window System")
|
||||||
|
|
Loading…
Reference in New Issue