mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: xcb-util-cursor: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-cursor)[arguments]: New field.
This commit is contained in:
parent
4965ca7783
commit
5bf6d55974
1 changed files with 2 additions and 0 deletions
|
@ -5543,6 +5543,8 @@ (define-public xcb-util-cursor
|
|||
(base32
|
||||
"0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("m4" ,m4)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue