gnu: directfb: Use 'librsvg-for-system'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 9 Oct 2022 19:31:42 +0000 (21:31 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 9 Oct 2022 20:32:13 +0000 (22:32 +0200)
This fixes compilation on i686-linux.

* gnu/packages/graphics.scm (directfb)[inputs]: Use 'librsvg-for-system'
instead of 'librsvg'.

gnu/packages/graphics.scm

index 93cbb23..3d67a85 100644 (file)
@@ -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)