gnu: virtualgl: Update to 2.6.
* gnu/packages/gl.scm (virtualgl): Update to 2.6. [inputs]: Add libxtst.
This commit is contained in:
parent
2c36baa56f
commit
c30fd002c8
|
@ -725,7 +725,7 @@ mixed vector/bitmap output.")
|
||||||
(define-public virtualgl
|
(define-public virtualgl
|
||||||
(package
|
(package
|
||||||
(name "virtualgl")
|
(name "virtualgl")
|
||||||
(version "2.5.2")
|
(version "2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -734,16 +734,17 @@ mixed vector/bitmap output.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rnid3hwrry9d5d4m7sygq00xxx976rgk00a3557m9r5kxbmy476"))))
|
"1ck1d0w19cgyqvrb9mdlj6l5db90xf18yln71kdninlqxvpgj6h7"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; no tests are available
|
`(#:tests? #f ; no tests are available
|
||||||
#:configure-flags (list
|
#:configure-flags (list
|
||||||
(string-append "-DCMAKE_INSTALL_LIBDIR="
|
(string-append "-DCMAKE_INSTALL_LIBDIR="
|
||||||
(assoc-ref %outputs "out") "/lib")
|
(assoc-ref %outputs "out") "/lib")
|
||||||
"-DVGL_USESSL=1"))) ;; use OpenSSL
|
"-DVGL_USESSL=1"))) ; use OpenSSL
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs `(("glu" ,glu)
|
(inputs `(("glu" ,glu)
|
||||||
("libjpeg-turbo" ,libjpeg-turbo)
|
("libjpeg-turbo" ,libjpeg-turbo)
|
||||||
|
("libxtst" ,libxtst)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue