mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
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.
This commit is contained in:
parent
c8af59e845
commit
fb6714d13f
1 changed files with 1 additions and 10 deletions
|
@ -93,11 +93,7 @@ (define-public efl
|
||||||
("ibus" ,ibus)
|
("ibus" ,ibus)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("libraw" ,libraw)
|
("libraw" ,libraw)
|
||||||
;; Only enable the optional SVG support on x86_64, as this is the only
|
("librsvg" ,(librsvg-for-system))
|
||||||
;; architecture where librsvg can be built.
|
|
||||||
,@(if (target-x86-64?)
|
|
||||||
`(("librsvg" ,librsvg))
|
|
||||||
'())
|
|
||||||
("libspectre" ,libspectre)
|
("libspectre" ,libspectre)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("libxau" ,libxau)
|
("libxau" ,libxau)
|
||||||
|
@ -151,11 +147,6 @@ (define-public efl
|
||||||
"-Dmount-path=/run/setuid-programs/mount"
|
"-Dmount-path=/run/setuid-programs/mount"
|
||||||
"-Dunmount-path=/run/setuid-programs/umount"
|
"-Dunmount-path=/run/setuid-programs/umount"
|
||||||
"-Dnetwork-backend=connman"
|
"-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.
|
;; For Wayland.
|
||||||
"-Dwl=true"
|
"-Dwl=true"
|
||||||
"-Ddrm=true")
|
"-Ddrm=true")
|
||||||
|
|
Loading…
Reference in a new issue