diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-28 20:23:21 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-11-28 20:24:30 +0100 |
commit | 34f2c4c603514185c695f1fbfff81546214c45d4 (patch) | |
tree | cf4843c2454eeddf73a247221b3b9737bde9005c /postprocess | |
parent | d042bef351af4649e656bfb8c60273149e5daeb5 (diff) |
icons: Hide the Industrial theme again, fallback to it during Tango creation.
Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 5d995b737b6b..aba5afc591e1 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -21,6 +21,8 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\ $(packimages_DIR)/images.zip : DEFAULT_THEME := $(true) $(packimages_DIR)/images_%.zip : DEFAULT_THEME := +$(packimages_DIR)/images_tango.zip : INDUSTRIAL_FALLBACK := -c $(SRCDIR)/icon-themes/industrial +$(packimages_DIR)/images%.zip : INDUSTRIAL_FALLBACK := $(packimages_DIR)/%.zip : \ $(packimages_DIR)/sorted.lst \ @@ -36,6 +38,7 @@ $(packimages_DIR)/%.zip : \ -g $(packimages_DIR) -m $(packimages_DIR) -c $(packimages_DIR),\ -g $(SRCDIR)/icon-themes/$(subst images_,,$*) -m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst images_,,$*) \ ) \ + $(INDUSTRIAL_FALLBACK) \ $(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \ -l $(packimages_DIR) \ -l $(dir $(call gb_ResTarget_get_imagelist_target)) \ |