guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ftgl: Propagate "freetype".


From: Ricardo Wurmus
Subject: 02/03: gnu: ftgl: Propagate "freetype".
Date: Tue, 23 Jun 2015 19:42:18 +0000

rekado pushed a commit to branch master
in repository guix.

commit 9e8505343ee02dadf51ec53d1138b984f75253a5
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 18 17:36:12 2015 +0200

    gnu: ftgl: Propagate "freetype".
    
    * gnu/packages/gl.scm (ftgl)[inputs,propagated-inputs]: Move "freetype" from
      "inputs" to "propagated-inputs".
---
 gnu/packages/gl.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d1503e1..9bb1134 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -120,8 +120,9 @@ the X-Consortium license.")
             (sha256
              (base32 "0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
     (build-system gnu-build-system)
-    (inputs `(("freetype" ,freetype)
-             ("libx11" ,libx11)
+    ;; The pkg-config file lists "freetype2" as Requires.private.
+    (propagated-inputs `(("freetype" ,freetype)))
+    (inputs `(("libx11" ,libx11)
              ("mesa" ,mesa)
              ("glu" ,glu)))
     (home-page "http://ftgl.sourceforge.net";)



reply via email to

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