guix-commits
[Top][All Lists]
Advanced

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

17/201: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.


From: guix-commits
Subject: 17/201: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Date: Mon, 1 Nov 2021 23:18:22 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 4ae8aad45b60e67db3d1ae3b4ec9323d138d095b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:38:55 2021 -0500

    gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
    
    Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes
    with GTK+'s own gdk-pixbuf+svg propagation.
    
    * gnu/packages/gnome.scm (mutter)[propagated-inputs]: Replace gdk-pixbuf by
    gdk-pixbuf+svg.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9519c23..7f00d1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7428,7 +7428,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
        ;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
        ("atk" ,atk)
        ("cairo" ,cairo)
-       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gdk-pixbuf" ,gdk-pixbuf+svg)
        ("glib" ,glib)
        ("json-glib" ,json-glib)
        ("libinput" ,libinput)



reply via email to

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