mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxcursor: Do not build static libraries.
* gnu/packages/xorg.scm (libxcursor)[arguments]: New field.
This commit is contained in:
parent
526ca00af6
commit
f1f88fc950
1 changed files with 2 additions and 0 deletions
|
@ -5369,6 +5369,8 @@ (define-public libxcursor
|
|||
(base32
|
||||
"10l7c9fm0jmpkm9ab9dz8r6m1pr87vvgqjnbx1psz50h4pwfklrs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("libx11" ,libx11)
|
||||
("libxrender" ,libxrender)
|
||||
|
|
Loading…
Reference in a new issue