gnu: mesa-utils: Update to 8.3.0.

* gnu/packages/gl.scm (mesa-utils): Update to 8.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
David Craven 2016-07-18 18:55:50 +02:00 committed by Ludovic Courtès
parent 3a92a5b36d
commit 7fe3f8cf6e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -317,12 +317,12 @@ (define (mesa-demos-source version)
(method url-fetch)
(uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/demos/" version
"/mesa-demos-" version ".tar.bz2"))
(sha256 (base32 "14msj0prbl3ljwd24yaqv9pz1xzicdmqgg616xxlppbdh6syrgz4"))))
(sha256 (base32 "1vqb7s5m3fcg2csbiz45mha1pys2xx6rhw94fcyvapqdpm5iawy1"))))
(define-public mesa-utils
(package
(name "mesa-utils")
(version "8.2.0")
(version "8.3.0")
(source (mesa-demos-source version))
(build-system gnu-build-system)
(inputs
@ -332,12 +332,7 @@ (define-public mesa-utils
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
'(;; XXX: fails to build against latest mesa:
;; eglut.c: error: 'EGL_SCREEN_BIT_MESA' undeclared
;;
;; <https://bugs.freedesktop.org/show_bug.cgi?id=91643>
#:configure-flags '("--disable-egl")
#:phases
'(#:phases
(modify-phases %standard-phases
(replace
'install