gnu: libxcomposite: Do not build static libraries.

* gnu/packages/xorg.scm (libxcomposite)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-04 04:45:54 +01:00
parent cefa4fe7a3
commit 49a6fca11e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)