mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: libxft: Do not build static libraries.
* gnu/packages/xorg.scm (libxft)[arguments]: New field.
This commit is contained in:
parent
dce53e6bd2
commit
9fcc987d20
1 changed files with 2 additions and 0 deletions
|
@ -1344,6 +1344,8 @@ (define-public libxft
|
||||||
(base32
|
(base32
|
||||||
"05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
|
"05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; xft.pc refers to all these.
|
;; xft.pc refers to all these.
|
||||||
`(("libxrender" ,libxrender)
|
`(("libxrender" ,libxrender)
|
||||||
|
|
Loading…
Reference in a new issue