diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-10 10:07:11 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-10 10:07:11 +0000 |
commit | f38e3288e20a63fd84f3f23dbdd1f32a03b3e665 (patch) | |
tree | 3e8e444ed1a1e29f04039824ce9acf221fe76cdf /packimages | |
parent | efe418e4a0f857362ff0a3ae9b8bcb07f26b06ae (diff) |
use WITH_THEMES here not ENABLE_THEMES
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 b21737c62158..9198aefc7008 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 |