gnu: gdk-pixbuf: Enable Xlib rendering support.

* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field.
  [inputs]: Add LIBX11.
master
宋文武 2015-02-01 13:14:53 +08:00
parent 13b284d91e
commit 48f46dc379
1 changed files with 4 additions and 1 deletions

View File

@ -277,12 +277,15 @@ printing and other features typical of a source code editor.")
(base32
"1kajvfckn88bzcdnl73b933gmjhwjm3dhsj1yrpixhfsc4y5x9r5"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-x11")))
(propagated-inputs ; required by gdk-pixbuf-2.0.pc
`(("glib" ,glib)
("libpng" ,libpng)))
(inputs
`(("libjpeg" ,libjpeg)
("libtiff" ,libtiff)))
("libtiff" ,libtiff)
("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; glib-mkenums, etc.