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)
|
("opengl" ,mesa)
|
||||||
("png" ,libpng)
|
("png" ,libpng)
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
("svg" ,librsvg)
|
("svg" ,(librsvg-for-system))
|
||||||
("tiff" ,libtiff)
|
("tiff" ,libtiff)
|
||||||
("tslib" ,tslib)
|
("tslib" ,tslib)
|
||||||
("vdpau" ,libvdpau)
|
("vdpau" ,libvdpau)
|
||||||
|
|
Reference in New Issue