mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: podofo: Enable building a shared library.
* gnu/packages/pdf.scm (podofo): Enable building a shared library in addition to a static one.
This commit is contained in:
parent
71e1de33f9
commit
cb6a14ba56
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2014 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2014 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
|
@ -165,6 +165,9 @@ (define-public podofo
|
||||||
("libjpeg" ,libjpeg-8)
|
("libjpeg" ,libjpeg-8)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("-DPODOFO_BUILD_SHARED=ON"
|
||||||
|
"-DPODOFO_BUILD_STATIC=ON")))
|
||||||
(home-page "http://podofo.sourceforge.net")
|
(home-page "http://podofo.sourceforge.net")
|
||||||
(synopsis "Tools to work with the PDF file format")
|
(synopsis "Tools to work with the PDF file format")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue