[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/46: gnu: libevdev: Do not build the static library.
From: |
guix-commits |
Subject: |
09/46: gnu: libevdev: Do not build the static library. |
Date: |
Fri, 14 Feb 2020 12:40:57 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit ac9cc329fcfba3316af3b40e61608b2a09d19768
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 16:52:07 2020 +0100
gnu: libevdev: Do not build the static library.
* gnu/packages/xorg.scm (libevdev)[arguments]: Add #:configure-flags.
---
gnu/packages/xorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index cd6c321..2232be3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2386,7 +2386,8 @@ XC-APPGROUP, XTEST.")
"0xca343ff12wh6nsq76r0nbsfrm8dypjrzm4fqz9vv9v8i8kfrp1"))))
(build-system gnu-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
+ `(#:configure-flags '("--disable-static")
+ #:phases (modify-phases %standard-phases
(add-before 'configure 'pedantry
(lambda _
;; XXX: libevdev includes kernel headers, which causes
this
- 02/46: gnu: eudev: Do not build the static libraries., (continued)
- 02/46: gnu: eudev: Do not build the static libraries., guix-commits, 2020/02/14
- 05/46: gnu: libaio: Update to 0.3.112., guix-commits, 2020/02/14
- 01/46: gnu: python-pyopenssl: Fix test failure., guix-commits, 2020/02/14
- 04/46: gnu: nspr: Do not build the static library., guix-commits, 2020/02/14
- 07/46: gnu: libffcall: Do not build the static libraries., guix-commits, 2020/02/14
- 11/46: gnu: libtirpc: Update to 1.2.5., guix-commits, 2020/02/14
- 03/46: gnu: nss: Remove obsolete patch., guix-commits, 2020/02/14
- 17/46: gnu: perl-ipc-system-simple: Update to 1.26., guix-commits, 2020/02/14
- 06/46: gnu: libaio: Do not install the static library., guix-commits, 2020/02/14
- 08/46: gnu: libffcall: Update to 2.2., guix-commits, 2020/02/14
- 09/46: gnu: libevdev: Do not build the static library.,
guix-commits <=
- 10/46: gnu: libevdev: Update to 1.8.0., guix-commits, 2020/02/14
- 12/46: gnu: perl-test-simple: Update to 1.302171., guix-commits, 2020/02/14
- 18/46: gnu: perl-test-cleannamespaces: Remove obsolete input., guix-commits, 2020/02/14
- 21/46: gnu: perl-test-output: Remove obsolete input., guix-commits, 2020/02/14
- 13/46: gnu: perl-lwp-mediatypes: Update to 6.04., guix-commits, 2020/02/14
- 14/46: gnu: perl-http-date: Update to 6.05., guix-commits, 2020/02/14
- 15/46: gnu: perl-term-readkey: Update to 2.38., guix-commits, 2020/02/14
- 16/46: gnu: perl-cgi: Update to 4.46., guix-commits, 2020/02/14
- 19/46: gnu: perl-test-deep: Remove obsolete input., guix-commits, 2020/02/14
- 24/46: gnu: ImageMagick: Update to 6.9.10-92., guix-commits, 2020/02/14