1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: pango: Add dependency on libxft.

* gnu/packages/gtk.scm (pango)[inputs]: Add LIBXFT.
This commit is contained in:
Julien Lepiller
2014-11-18 21:57:25 +01:00
committed by Ludovic Courtès
parent 186de634a7
commit 9a5acb54c1
+5 -1
View File
@@ -161,7 +161,11 @@ affine transformation (scale, rotation, shear, etc.)")
`(("cairo" ,cairo)
("harfbuzz" ,harfbuzz)))
(inputs
`(("zlib" ,zlib)))
`(("zlib" ,zlib)
;; Some packages, such as Openbox, expect Pango to be built with the
;; optional libxft support.
("libxft" ,libxft)))
(native-inputs
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; glib-mkenums, etc.