gnu: poppler: Enable GObject introspection.
* gnu/packages/pdf.scm (poppler)[native-inputs]: Add gobject-introspection.
This commit is contained in:
parent
867a62e0c7
commit
c010bae3e0
|
@ -60,11 +60,7 @@
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
|
"1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; FIXME: more dependencies could be added
|
;; FIXME:
|
||||||
;; cairo output: no (requires cairo >= 1.10.0)
|
|
||||||
;; qt4 wrapper: no
|
|
||||||
;; introspection: no
|
|
||||||
;; use gtk-doc: no
|
|
||||||
;; use libcurl: no
|
;; use libcurl: no
|
||||||
(inputs `(("fontconfig" ,fontconfig)
|
(inputs `(("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
@ -83,7 +79,8 @@
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("glib" ,glib "bin"))) ; glib-mkenums, etc.
|
("glib" ,glib "bin") ; glib-mkenums, etc.
|
||||||
|
("gobject-introspection" ,gobject-introspection)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test data provided with the tarball
|
`(#:tests? #f ; no test data provided with the tarball
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue