guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: freetype: Enable build of freetype-config.


From: Ricardo Wurmus
Subject: 02/05: gnu: freetype: Enable build of freetype-config.
Date: Fri, 29 Jun 2018 15:54:12 -0400 (EDT)

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

commit 695c501dbed1fdd974861ab36cc702aaccf33d24
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 29 09:11:03 2018 +0200

    gnu: freetype: Enable build of freetype-config.
    
    * gnu/packages/fontutils.scm (freetype)[arguments]: Add configure flag to
    enable freetype-config.
---
 gnu/packages/fontutils.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index cf18b55..de87f99 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -62,6 +63,10 @@
             (sha256 (base32
                      "0kg8w6qyiizlyzh4a8lpzslipcbv96hcg3rqqpnxba8ffbm8g3fv"))))
    (build-system gnu-build-system)
+   (arguments
+    ;; The use of "freetype-config" is deprecated, but other packages still
+    ;; depend on it.
+    `(#:configure-flags (list "--enable-freetype-config")))
    (native-inputs
     `(("pkg-config" ,pkg-config)))
    (propagated-inputs



reply via email to

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