gnu: libxi: Propagate inputs inputproto and libx11.

* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
    as stipulated by xi.pc.
master
Andreas Enge 2013-09-30 23:35:01 +02:00
parent d274f499a3
commit a459697e0e
1 changed files with 3 additions and 3 deletions

View File

@ -4071,11 +4071,11 @@ tracking.")
"029ihw4jq8mng8rx7a3jdvq64jm1zdkqidca93zmxv4jf9yn5qzj"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxext" ,libxext)))
`(("inputproto" ,inputproto)
("libx11" ,libx11)
("libxext" ,libxext)))
(inputs
`(("xproto" ,xproto)
("libx11" ,libx11)
("inputproto" ,inputproto)
("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")
(synopsis "xorg implementation of the X Window System")