[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] gnu: graphicsmagick: Build with 16 bit quantum depth.
From: |
Arun Isaac |
Subject: |
[PATCH 2/2] gnu: graphicsmagick: Build with 16 bit quantum depth. |
Date: |
Wed, 8 Mar 2017 00:46:49 +0530 |
Octave requires graphicsmagick to be built with 16 bit quantum depth.
* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add
"--with-quantum-depth=16" to #:configure-flags.
---
gnu/packages/imagemagick.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 74483965d..65e42fe3e 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -187,6 +187,7 @@ script.")
(list "--with-frozenpaths"
"--enable-shared=yes"
"--with-x=yes"
+ "--with-quantum-depth=16"
(string-append "--with-gs-font-dir="
(assoc-ref %build-inputs "gs-fonts")
"/share/fonts/type1/ghostscript"))))
--
2.11.0