mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -1425,8 +1425,9 @@ (define-public libxscrnsaver
|
|||
(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 a new issue