gnu: libcaca: Add more image support.

* gnu/packages/video.scm (libcaca)[inputs]: Add imlib2.
This commit is contained in:
Efraim Flashner 2016-08-13 23:16:00 +03:00
parent 602460ea2e
commit 43d51239fe
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -273,6 +273,7 @@ (define-public libcaca
(inputs
`(("freeglut" ,freeglut)
("ftgl" ,ftgl)
("imlib2" ,imlib2)
("libx11" ,libx11)
("mesa" ,mesa)
("ncurses" ,ncurses)