me
/
guix
Archived
1
0
Fork 0

gnu: libxshmfence: Do not build static libraries.

* gnu/packages/xorg.scm (libxshmfence)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:45:00 +01:00
parent bca176c26c
commit 1b4e191447
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1068,6 +1068,8 @@ of new capabilities and controls for text keyboards.")
(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/")