gnu: directfb: Use 'librsvg-for-system'.
This fixes compilation on i686-linux. * gnu/packages/graphics.scm (directfb)[inputs]: Use 'librsvg-for-system' instead of 'librsvg'.master
parent
b310afde26
commit
c3b0be1fa2
|
@ -210,7 +210,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