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>
This commit is contained in:
parent
ce5f9afcd1
commit
711316946f
1 changed files with 5 additions and 1 deletions
|
@ -523,7 +523,11 @@ following the mouse.")
|
||||||
"pixman-CVE-2016-5296.patch"))))
|
"pixman-CVE-2016-5296.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-static")))
|
`(#:configure-flags
|
||||||
|
(list
|
||||||
|
"--disable-static"
|
||||||
|
"--enable-timers"
|
||||||
|
"--enable-gnuplot")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue