gnu: ftgl: Don't build libftgl.a.

* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
Marius Bakke 2019-04-25 15:48:43 +02:00
parent a1570c89fe
commit 2e652add1f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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)