gnu: libxft: Propagate Freetype and Fontconfig.

* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from
  'inputs' to 'propagated-inputs'.
master
Ludovic Courtès 2014-03-18 18:13:15 +01:00
parent 1cbfce1669
commit 7305f2f1e5
1 changed files with 5 additions and 5 deletions

View File

@ -1259,13 +1259,13 @@ tracking.")
"1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz")))) "1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
;; xft.pc refers to 'xrender'. ;; xft.pc refers to all these.
`(("libxrender" ,libxrender))) `(("libxrender" ,libxrender)
(inputs
`(("libx11" ,libx11)
("xproto" ,xproto)
("freetype" ,freetype) ("freetype" ,freetype)
("fontconfig" ,fontconfig))) ("fontconfig" ,fontconfig)))
(inputs
`(("libx11" ,libx11)
("xproto" ,xproto)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/") (home-page "http://www.x.org/wiki/")