[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: pixman: Enable some features.
From: |
guix-commits |
Subject: |
02/03: gnu: pixman: Enable some features. |
Date: |
Sun, 31 Jan 2021 17:22:42 -0500 (EST) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 711316946fa84b55480681588f2cc23811c69784
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 10:29:13 2020 -0400
gnu: pixman: Enable some features.
* gnu/packages/xdisorg.scm (pixman) [arguments] Pass --enable-timers and
--enable-gnuplot to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/xdisorg.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1a6ced8..4a1ebfe 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -523,7 +523,11 @@ following the mouse.")
"pixman-CVE-2016-5296.patch"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--disable-static")))
+ `(#:configure-flags
+ (list
+ "--disable-static"
+ "--enable-timers"
+ "--enable-gnuplot")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs