[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: ftgl: Don't build libftgl.a.
From: |
guix-commits |
Subject: |
02/06: gnu: ftgl: Don't build libftgl.a. |
Date: |
Mon, 29 Apr 2019 15:15:19 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2e652add1f833b06c67089defab6e6774078e7a6
Author: Marius Bakke <address@hidden>
Date: Thu Apr 25 15:48:43 2019 +0200
gnu: ftgl: Don't build libftgl.a.
* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to
#:configure-flags.
---
gnu/packages/gl.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 7b4ce68..72f450c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -158,6 +158,8 @@ the X-Consortium license.")
(base32
"0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags '("--disable-static")))
;; The pkg-config file lists "freetype2" as Requires.private.
(propagated-inputs `(("freetype" ,freetype)))
(inputs `(("libx11" ,libx11)
- branch master updated (4267481 -> b6afc35), guix-commits, 2019/04/29
- 01/06: gnu: qemu: Build verbosely., guix-commits, 2019/04/29
- 02/06: gnu: ftgl: Don't build libftgl.a.,
guix-commits <=
- 03/06: gnu: elogind: Update to 241.3., guix-commits, 2019/04/29
- 05/06: gnu: kodi: Update to 18.2., guix-commits, 2019/04/29
- 06/06: gnu: Add i3lock., guix-commits, 2019/04/29
- 04/06: gnu: msmtp: Update to 1.8.4., guix-commits, 2019/04/29