gnu: xpdf: Fix detection of freetype.

* gnu/packages/pdf.scm (xpdf)[configure-flags]: Add flag to correctly detect
  freetype. Otherwise, the xpdf binary is not built.
This commit is contained in:
Andreas Enge 2015-03-07 20:15:28 +01:00
parent 1cb9c00614
commit bdbf227fa3

View file

@ -128,6 +128,10 @@ (define-public xpdf
(arguments
`(#:tests? #f ; there is no check target
#:parallel-build? #f ; build fails randomly on 8-way machines
#:configure-flags
(list (string-append "--with-freetype2-includes="
(assoc-ref %build-inputs "freetype")
"/include/freetype2"))
#:phases
(alist-replace
'install