summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gl.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d1503e1730..9bb1134d39 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")