gnu: libxft: Propagate Freetype and Fontconfig.
* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
1cbfce1669
commit
7305f2f1e5
|
@ -1259,13 +1259,13 @@ tracking.")
|
|||
"1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
;; xft.pc refers to 'xrender'.
|
||||
`(("libxrender" ,libxrender)))
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("xproto" ,xproto)
|
||||
;; xft.pc refers to all these.
|
||||
`(("libxrender" ,libxrender)
|
||||
("freetype" ,freetype)
|
||||
("fontconfig" ,fontconfig)))
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("xproto" ,xproto)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in New Issue