gnu: libxdamage: Move inputs to propagated-inputs

* gnu/packages/xorg.scm (libxdamage): Move all existing inputs
  to propagated-inputs.
master
John Darrington 2014-10-06 13:12:41 +02:00
parent 177088a3f3
commit 475992f20d
1 changed files with 4 additions and 4 deletions

View File

@ -3860,11 +3860,11 @@ tracking.")
(base32
"1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw"))))
(build-system gnu-build-system)
(propagated-inputs
`(("damageproto" ,damageproto)))
(inputs
`(("xproto" ,xproto)
(propagated-inputs
;; These are all in the Requires or Requires.private field of xdamage.pc
`(("damageproto" ,damageproto)
("libxfixes" ,libxfixes)
("xproto" ,xproto)
("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)))