gnu: directfb: Use librsvg-for-system.

* gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Efraim Flashner 2022-09-03 23:45:52 +03:00
parent 4e6c39e17e
commit 83f262b169
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -208,7 +208,7 @@ (define-public directfb
("opengl" ,mesa)
("png" ,libpng)
("sdl" ,sdl)
("svg" ,librsvg)
("svg" ,(librsvg-for-system))
("tiff" ,libtiff)
("tslib" ,tslib)
("vdpau" ,libvdpau)