gnu: libxcomposite: Propagate inputs.
* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
57c3f71632
commit
4281d1b6f3
|
@ -1160,7 +1160,8 @@ autotools system.")
|
||||||
(base32
|
(base32
|
||||||
"1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j"))))
|
"1b8sniijb85v4my6v30ma9yqnwl4hkclci9l1hqxnipfyhl4sa9j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
;; xcomposite.pc refers to all these.
|
||||||
`(("xproto" ,xproto)
|
`(("xproto" ,xproto)
|
||||||
("libxfixes" ,libxfixes)
|
("libxfixes" ,libxfixes)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
|
Loading…
Reference in New Issue