gnu: fltk: Fix freetype support.

* gnu/packages/fltk.scm (fltk)[native-inputs]: New field.  Add 'pkg-config'.
master
Mark H Weaver 2018-01-20 04:15:51 -05:00
parent c0fda0b0df
commit 7c29129695
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -50,6 +51,8 @@
(patches (search-patches "fltk-shared-lib-defines.patch"
"fltk-xfont-on-demand.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9
("libpng" ,libpng)