mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ftgl: Don't build libftgl.a.
* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
a1570c89fe
commit
2e652add1f
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ (define-public ftgl
|
||||||
(base32
|
(base32
|
||||||
"0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
|
"0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("--disable-static")))
|
||||||
;; The pkg-config file lists "freetype2" as Requires.private.
|
;; The pkg-config file lists "freetype2" as Requires.private.
|
||||||
(propagated-inputs `(("freetype" ,freetype)))
|
(propagated-inputs `(("freetype" ,freetype)))
|
||||||
(inputs `(("libx11" ,libx11)
|
(inputs `(("libx11" ,libx11)
|
||||||
|
|
Loading…
Reference in a new issue