[Libreoffice-commits] .: packimages/pack

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Dec 10 02:08:32 PST 2010


 packimages/pack/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e84c28e84778b25b342a843d5f557eafb949b85
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Dec 10 10:07:11 2010 +0000

    use WITH_THEMES here not ENABLE_THEMES

diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index b21737c..9198aef 100644
--- a/packimages/pack/makefile.mk
+++ b/packimages/pack/makefile.mk
@@ -38,7 +38,7 @@ IMAGES := $(COMMONBIN)$/images.zip
 SORTED_LIST=$(RES)$/img$/sorted.lst
 # Custom sets, at 24x24 & 16x16 fall-back to Tango preferentially
 # (Tango fallbacks to Industrial for the missing icons)
-CUSTOM_IMAGE_SETS=$(ENABLE_THEMES)
+CUSTOM_IMAGE_SETS=$(WITH_THEMES)
 CUSTOM_IMAGES+=$(foreach,i,$(CUSTOM_IMAGE_SETS) images_$i)
 CUSTOM_PREFERRED_FALLBACK_1*=-c $(SOLARSRC)$/ooo_custom_images$/tango
 CUSTOM_PREFERRED_FALLBACK_2*=-c $(SOLARSRC)$/ooo_custom_images$/industrial


More information about the Libreoffice-commits mailing list