gnu: directfb: Use librsvg-for-system.
* gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with librsvg-for-system.master
parent
4e6c39e17e
commit
83f262b169
|
@ -208,7 +208,7 @@ framebuffer graphics, audio output and input event.")
|
|||
("opengl" ,mesa)
|
||||
("png" ,libpng)
|
||||
("sdl" ,sdl)
|
||||
("svg" ,librsvg)
|
||||
("svg" ,(librsvg-for-system))
|
||||
("tiff" ,libtiff)
|
||||
("tslib" ,tslib)
|
||||
("vdpau" ,libvdpau)
|
||||
|
|
Reference in New Issue