[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gtk: Use architecture appropriate librsvg.
From: |
guix-commits |
Subject: |
02/02: gnu: gtk: Use architecture appropriate librsvg. |
Date: |
Mon, 19 Sep 2022 11:23:22 -0400 (EDT) |
efraim pushed a commit to branch staging
in repository guix.
commit c6dde8b085002e68eebd09fb0f24baa86f1fa030
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 19 18:15:20 2022 +0300
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.
---
gnu/packages/gtk.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8d72205cbc..c55767d4b0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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