gnu: gtk: Use architecture appropriate librsvg.
* gnu/packages/gtk.scm (gtk)[propagated-inputs]: When building for x86_64-linux use librsvg-bootstrap, otherwise use librsvg-2.40.master
parent
62da6c6169
commit
c6dde8b085
|
@ -1340,7 +1340,9 @@ application suites.")
|
|||
;; Following dependencies are referenced in .pc files.
|
||||
(list cairo
|
||||
fontconfig
|
||||
librsvg-bootstrap
|
||||
(if (target-x86-64?)
|
||||
librsvg-bootstrap
|
||||
librsvg-2.40)
|
||||
glib
|
||||
graphene
|
||||
libepoxy
|
||||
|
|
Reference in New Issue