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
1 changed files with 6 additions and 3 deletions
|
@ -561,12 +561,15 @@ (define-public glfw
|
|||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("unzip" ,unzip)))
|
||||
(inputs
|
||||
`(("mesa" ,mesa)
|
||||
(propagated-inputs
|
||||
`(("mesa" ,mesa) ;included in public headers
|
||||
|
||||
;; These are in 'Requires.private' of 'glfw3.pc'.
|
||||
("libx11" ,libx11)
|
||||
("libxrandr" ,libxrandr)
|
||||
("libxinerama" ,libxinerama)
|
||||
("libxcursor" ,libxcursor)))
|
||||
("libxcursor" ,libxcursor)
|
||||
("libxxf86vm" ,libxxf86vm)))
|
||||
(home-page "http://www.glfw.org")
|
||||
(synopsis "OpenGL application development library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue