gnu: libxscrnsaver: Propagate input scrnsaverproto.

* gnu/packages/xorg.scm (libxscrnsaver): Propagate input scrnsaverproto,
    since scrnsaver.h from libxscrnsaver includes saver.h from scrnsaverproto.
master
Andreas Enge 2014-09-27 15:49:06 +02:00
parent 38877bf346
commit 17b9d16fa2
1 changed files with 3 additions and 2 deletions

View File

@ -1425,8 +1425,9 @@ tracking.")
(build-system gnu-build-system)
(inputs
`(("libxext" ,libxext)
("libx11" ,libx11)
("scrnsaverproto" ,scrnsaverproto)))
("libx11" ,libx11)))
(propagated-inputs
`(("scrnsaverproto" ,scrnsaverproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")