From 9e8505343ee02dadf51ec53d1138b984f75253a5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 18 Jun 2015 17:36:12 +0200 Subject: 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 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gl.scm') 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") -- cgit v1.2.3