guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: efl: Build with librsvg-for-system.


From: guix-commits
Subject: 02/04: gnu: efl: Build with librsvg-for-system.
Date: Tue, 8 Feb 2022 05:18:58 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fb6714d13f734e2ebea2ef7d42f57013dd124478
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 8 12:07:41 2022 +0200

    gnu: efl: Build with librsvg-for-system.
    
    * gnu/packages/enlightenment.scm (efl)[inputs]: Replace conditional
    librsvg with librsvg-for-system.
    [arguments]: Remove configure-flag disabling librsvg support.
---
 gnu/packages/enlightenment.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 254002d1ca..c7832b144c 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -93,11 +93,7 @@
        ("ibus" ,ibus)
        ("mesa" ,mesa)
        ("libraw" ,libraw)
-       ;; Only enable the optional SVG support on x86_64, as this is the only
-       ;; architecture where librsvg can be built.
-       ,@(if (target-x86-64?)
-             `(("librsvg" ,librsvg))
-             '())
+       ("librsvg" ,(librsvg-for-system))
        ("libspectre" ,libspectre)
        ("libtiff" ,libtiff)
        ("libxau" ,libxau)
@@ -151,11 +147,6 @@
          "-Dmount-path=/run/setuid-programs/mount"
          "-Dunmount-path=/run/setuid-programs/umount"
          "-Dnetwork-backend=connman"
-         ;; Add 'rsvg' to the default list (json, avif, heif) of disabled 
loaders
-         ;; unless librsvg is available.
-         ,,@(if (target-x86-64?)
-                '()
-                (list "-Devas-loaders-disabler=json,avif,heif,rsvg"))
          ;; For Wayland.
          "-Dwl=true"
          "-Ddrm=true")



reply via email to

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