mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxshmfence: Do not build static libraries.
* gnu/packages/xorg.scm (libxshmfence)[arguments]: New field.
This commit is contained in:
parent
bca176c26c
commit
1b4e191447
1 changed files with 2 additions and 0 deletions
|
@ -1068,6 +1068,8 @@ (define-public libxshmfence
|
|||
(base32
|
||||
"1ir0j92mnd1nk37mrv9bz5swnccqldicgszvfsh62jd14q6k115q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("xorgproto" ,xorgproto)))
|
||||
(home-page "https://www.x.org/")
|
||||
|
|
Loading…
Reference in a new issue