gnu: glfw: Propagate the relevant inputs.
* gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM.
This commit is contained in:
parent
7fee5b5397
commit
a966281f2d
|
@ -561,12 +561,15 @@ OpenGL.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa) ;included in public headers
|
||||||
|
|
||||||
|
;; These are in 'Requires.private' of 'glfw3.pc'.
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("libxcursor" ,libxcursor)))
|
("libxcursor" ,libxcursor)
|
||||||
|
("libxxf86vm" ,libxxf86vm)))
|
||||||
(home-page "http://www.glfw.org")
|
(home-page "http://www.glfw.org")
|
||||||
(synopsis "OpenGL application development library")
|
(synopsis "OpenGL application development library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue