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