mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
||||
"13sfcglvz87vl58hd9rszwr73z0z4nwga3c12rfh7f5s2ln8l8dk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
;; xcomposite.pc refers to all these.
|
||||
`(("xorgproto" ,xorgproto)
|
||||
|
|
Loading…
Reference in a new issue