[Libreoffice-commits] .: packimages/pack

Sebastian Spaeth spaetz at kemper.freedesktop.org
Thu Dec 9 08:15:09 PST 2010


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

New commits:
commit fdf9a873af71df8ed92b48ea329eb7494ea65852
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Dec 9 12:32:32 2010 +0100

    Don't harcode list of themes to process
    
    Don't use a hardcoded list of themes to process but use the
    ENABLE_THEMES environment variable which is defined during configure
    time and set in set_soenv.

diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk
index d8d75df..b21737c 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=hicontrast crystal oxygen tango
+CUSTOM_IMAGE_SETS=$(ENABLE_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