guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: directfb: Use 'librsvg-for-system'.


From: guix-commits
Subject: 01/09: gnu: directfb: Use 'librsvg-for-system'.
Date: Sun, 9 Oct 2022 16:33:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c3b0be1fa21e1513d835880c57b0ef8ca4015186
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 9 21:31:42 2022 +0200

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]