guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/97: gnu: freetype: Add libpng and zlib to propagated-inputs.


From: Ludovic Courtès
Subject: 10/97: gnu: freetype: Add libpng and zlib to propagated-inputs.
Date: Sat, 16 Apr 2016 09:49:29 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 944504b32ded87ea539667e30d8b770d6165367e
Author: 宋文武 <address@hidden>
Date:   Sat Apr 2 10:05:19 2016 +0800

    gnu: freetype: Add libpng and zlib to propagated-inputs.
    
    * gnu/packages/fontutils.scm (freetype)[propagated-inputs]: New field.
    [native-inputs]: New field.
---
 gnu/packages/fontutils.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index bbad103..b075353 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -54,6 +54,13 @@
             (sha256 (base32
                      "18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
    (build-system gnu-build-system)
+   (native-inputs
+    `(("pkg-config" ,pkg-config)))
+   (propagated-inputs
+    ;; These are all in the Requires.private field of freetype2.pc.
+    ;; XXX: add harfbuzz.
+    `(("libpng" ,libpng)
+      ("zlib" ,zlib)))
    (synopsis "Font rendering library")
    (description
     "Freetype is a library that can be used by applications to access the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]