guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/22: gnu: libinput: Use the 'release' Meson build type.


From: guix-commits
Subject: 15/22: gnu: libinput: Use the 'release' Meson build type.
Date: Sun, 7 Jul 2019 19:04:43 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 794c773d0cbc49c1bd7d112d820bb9a7a19f3667
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 19:19:39 2019 +0200

    gnu: libinput: Use the 'release' Meson build type.
    
    * gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.
---
 gnu/packages/freedesktop.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d77d6c5..7cd959d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]