gnu: glfw: Update to 3.3.2.
* gnu/packages/gl.scm (glfw): Update to 3.3.2. (propagated-inputs): Add missing libxi. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5aa45d3477
commit
1999934c85
1 changed files with 3 additions and 2 deletions
|
@ -770,7 +770,7 @@ OpenGL.")
|
||||||
(define-public glfw
|
(define-public glfw
|
||||||
(package
|
(package
|
||||||
(name "glfw")
|
(name "glfw")
|
||||||
(version "3.2.1")
|
(version "3.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/glfw/glfw"
|
(uri (string-append "https://github.com/glfw/glfw"
|
||||||
|
@ -778,7 +778,7 @@ OpenGL.")
|
||||||
"/glfw-" version ".zip"))
|
"/glfw-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09kk5yc1zhss9add8ryqrngrr16hdmc94rszgng135bhw09mxmdp"))))
|
"1izgc4r0ypxwwklfzj98ab4xqsjpb1wbsfdbivvxpmr95x8km8q8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test target
|
'(#:tests? #f ; no test target
|
||||||
|
@ -792,6 +792,7 @@ OpenGL.")
|
||||||
;; These are in 'Requires.private' of 'glfw3.pc'.
|
;; These are in 'Requires.private' of 'glfw3.pc'.
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
|
("libxi" ,libxi)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxcursor" ,libxcursor)
|
("libxcursor" ,libxcursor)
|
||||||
("libxxf86vm" ,libxxf86vm)))
|
("libxxf86vm" ,libxxf86vm)))
|
||||||
|
|
Reference in a new issue