Blob Blame History Raw
commit bd4feb3958990a1815535a07cddd82741457c1f3
Author: Bill Nottingham <notting@redhat.com>
Date:   Tue Nov 9 14:45:45 2010 -0500

    Add gdk-pixbuf loader path. (#649339)

diff --git a/mash/multilib.py b/mash/multilib.py
index 3219df9..9c221ca 100644
--- a/mash/multilib.py
+++ b/mash/multilib.py
@@ -134,6 +134,8 @@ class RuntimeMultilibMethod(MultilibMethod):
             # images
             if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/loaders'):
                 return True
+            if fnmatch(dirname, '/usr/lib*/gdk-pixbuf-2.0/*/loaders'):
+                return True
             if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/printbackends'):
                 return True
             if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/filesystems'):