matchbox-common (0.9.1-3) direct (non packaging) changes

Summary

 icons/Makefile.am |    2 +-
 icons/Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

--- matchbox-common-0.9.1.orig/icons/Makefile.am
+++ matchbox-common-0.9.1/icons/Makefile.am
@@ -11,7 +11,7 @@
 if WANT_PNG
 imgs = $(pngs)
 else
-imgs = $(xpms)
+imgs = $(pngs)
 endif
 
 pixmapsdir  = $(datadir)/pixmaps
--- matchbox-common-0.9.1.orig/icons/Makefile.in
+++ matchbox-common-0.9.1/icons/Makefile.in
@@ -128,7 +128,7 @@
        mbdown.png  mbfolderprev.png  mbremove.png
 
 EXTRA_DIST = $(pngs) $(xpms) 
-@WANT_PNG_FALSE@imgs = $(xpms)
+@WANT_PNG_FALSE@imgs = $(pngs)
 @WANT_PNG_TRUE@imgs = $(pngs)
 pixmapsdir = $(datadir)/pixmaps
 pixmaps_DATA = $(imgs)