diff options
author | Kei Yamashita <[email protected]> | 2016-04-16 22:50:41 -0400 |
---|---|---|
committer | Leo Famulari <[email protected]> | 2016-04-18 15:39:34 -0400 |
commit | cf1b55bd32f8cf44aa91712c8d159ad7ca515e4f (patch) | |
tree | 53074ee3dcb803929c453279385693f44a9a7786 | |
parent | 4f8cede062cf89a8326842c6a60e8e0178a78b2c (diff) |
gnu: fltk: Add Xft support.
* gnu/packages/fltk.scm (fltk)[inputs]: Add libxft.
Signed-off-by: Leo Famulari <[email protected]>
-rw-r--r-- | gnu/packages/fltk.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index 4dec9bc288..a0180c0432 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2014 John Darrington <[email protected]> ;;; Copyright © 2015 Eric Bavier <[email protected]> ;;; Copyright © 2015 Ricardo Wurmus <[email protected]> +;;; Copyright © 2016 Kei Yamashita <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,6 +53,7 @@ `(("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9 ("libpng" ,libpng) ("libx11" ,libx11) + ("libxft" ,libxft) ("mesa" ,mesa) ("zlib" ,zlib))) (arguments |