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
|
@ -158,6 +158,8 @@ the X-Consortium license.")
|
||||||
(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 New Issue