me
/
guix
Archived
1
0
Fork 0

gnu: libinput: Use the 'release' Meson build type.

* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.
master
Marius Bakke 2019-07-07 19:19:39 +02:00
parent c43b090326
commit 794c773d0c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 1 deletions

View File

@ -162,7 +162,12 @@ freedesktop.org project.")
"07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")))
`(#:configure-flags '("-Ddocumentation=false")
;; XXX: Using 'debug' or 'debugoptimized' pulls in an additional test that
;; hangs, and the comments around it suggests that we should be using this
;; Meson target anyway.
#:build-type "release"))
(native-inputs
`(("check" ,check)
("pkg-config" ,pkg-config)))