mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libxrandr: Propagate more inputs.
* gnu/packages/xorg.scm (libxrandr): Propagate libxrender, xproto, libx11.
This commit is contained in:
parent
3e2570d837
commit
0ff5e9e257
1 changed files with 6 additions and 6 deletions
|
@ -4344,12 +4344,12 @@ graphics cards.")
|
|||
"1b95p3l84ppv6j7dbbmg0zrz6k8xdwvnag1l6ajm3gk9qwdb79ya"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxext" ,libxext)
|
||||
("randrproto" ,randrproto)))
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
("xproto" ,xproto)
|
||||
("libx11" ,libx11)))
|
||||
;; In accordance with xrandr.pc.
|
||||
`(("libx11" ,libx11)
|
||||
("libxext" ,libxext)
|
||||
("libxrender" ,libxrender)
|
||||
("randrproto" ,randrproto)
|
||||
("xproto" ,xproto)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue