diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-12-09 12:32:32 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-12-09 12:32:32 +0100 |
commit | efe418e4a0f857362ff0a3ae9b8bcb07f26b06ae (patch) | |
tree | 04bdc4c3abc4d36e2b876805adf783bd933f843c /packimages | |
parent | e6938938cd70a1cf19b774b999d9629bbb293996 (diff) |
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.
Diffstat (limited to 'packimages')
-rw-r--r-- | packimages/pack/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packimages/pack/makefile.mk b/packimages/pack/makefile.mk index d8d75df79410..b21737c62158 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 |