me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2022-10-09 21:31:42 +02:00
parent b310afde26
commit c3b0be1fa2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View 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)