gnu: libxcomposite: Do not build static libraries.
* gnu/packages/xorg.scm (libxcomposite)[arguments]: New field.master
parent
cefa4fe7a3
commit
49a6fca11e
|
@ -1285,6 +1285,8 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
|
||||||
(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)
|
||||||
|
|
Reference in New Issue