From c3b0be1fa21e1513d835880c57b0ef8ca4015186 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 9 Oct 2022 21:31:42 +0200 Subject: 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'. --- gnu/packages/graphics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 93cbb23620..3d67a85b4a 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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) -- cgit 1.4.1