guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: ftgl: Add missing dependency on pkg-config.


From: Marius Bakke
Subject: 02/11: gnu: ftgl: Add missing dependency on pkg-config.
Date: Sun, 17 Dec 2017 19:26:04 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 17 17:21:19 2017 +0100

    gnu: ftgl: Add missing dependency on pkg-config.
    
    * gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
---
 gnu/packages/gl.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 0292f8c..dddf50f 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -157,6 +157,8 @@ the X-Consortium license.")
     (inputs `(("libx11" ,libx11)
               ("mesa" ,mesa)
               ("glu" ,glu)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "http://ftgl.sourceforge.net";)
     (synopsis "Font rendering library for OpenGL applications")
     (description



reply via email to

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