gnu: libxscrnsaver: Propagate input scrnsaverproto.
* gnu/packages/xorg.scm (libxscrnsaver): Propagate input scrnsaverproto, since scrnsaver.h from libxscrnsaver includes saver.h from scrnsaverproto.
This commit is contained in:
parent
38877bf346
commit
17b9d16fa2
@ -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/")
|
||||
|
Loading…
Reference in New Issue
Block a user