gnu: libxdmcp: Do not build static libraries.
* gnu/packages/xorg.scm (libxdmcp)[arguments]: New field.master
parent
49a6fca11e
commit
dce53e6bd2
|
@ -1316,6 +1316,8 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
|
||||||
(base32
|
(base32
|
||||||
"0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
|
"0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libbsd" ,libbsd)
|
`(("libbsd" ,libbsd)
|
||||||
("xorgproto" ,xorgproto)))
|
("xorgproto" ,xorgproto)))
|
||||||
|
|
Reference in New Issue