gnu: mesa: Propagate inputs libxshmfence and libxfixes.

* gnu/packages/gl.scm (mesa): Propagate inputs libxshmfence and libxfixes.
master
Taylan Ulrich Bayırlı/Kammer 2015-03-13 15:57:51 +01:00
parent 3e71b9ffd6
commit 45191970b3
1 changed files with 3 additions and 2 deletions

View File

@ -171,18 +171,19 @@ also known as DXTn or DXTC) for Mesa.")
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("glproto" ,glproto) `(("glproto" ,glproto)
;; The following are in the Requires.private field of gl.pc.
("libdrm" ,libdrm) ("libdrm" ,libdrm)
("libx11" ,libx11) ("libx11" ,libx11)
("libxdamage" ,libxdamage) ("libxdamage" ,libxdamage)
("libxfixes" ,libxfixes)
("libxshmfence" ,libxshmfence)
("libxxf86vm" ,libxxf86vm))) ("libxxf86vm" ,libxxf86vm)))
(inputs (inputs
`(("udev" ,eudev) `(("udev" ,eudev)
("dri2proto" ,dri2proto) ("dri2proto" ,dri2proto)
("dri3proto" ,dri3proto) ("dri3proto" ,dri3proto)
("presentproto" ,presentproto) ("presentproto" ,presentproto)
("libxshmfence" ,libxshmfence)
("expat" ,expat) ("expat" ,expat)
("libxfixes" ,libxfixes)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
;; TODO: Add 'libva' ;; TODO: Add 'libva'
;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support ;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support