gnu: xorg: Update comment for mesa.
* gnu/packages/xorg.scm (mesa): New compilation trial with 9.2.
This commit is contained in:
parent
6c76c45145
commit
e911470857
1 changed files with 2 additions and 2 deletions
|
@ -4139,9 +4139,9 @@ tracking.")
|
||||||
(define-public mesa
|
(define-public mesa
|
||||||
(package
|
(package
|
||||||
(name "mesa")
|
(name "mesa")
|
||||||
;; In newer versions (9.0.5 and 9.1 tested), "make" results in an
|
;; In newer versions (9.0.5, 9.1 and 9.2 tested), "make" results in an
|
||||||
;; infinite configure loop, see
|
;; infinite configure loop, see
|
||||||
;; https://bugs.freedesktop.org/show_bug.cgi?id=61527
|
;; https://bugs.freedesktop.org/show_bug.cgi?id=58812
|
||||||
(version "8.0.5")
|
(version "8.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Reference in a new issue