summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Gallery.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-13 17:16:56 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:41 +0100
commit08df0ab05ee209f1198ee0879f97a63ffaf56d76 (patch)
tree7c2dbed750070adaf2f6c3ab448803475a03dea8 /solenv/gbuild/Gallery.mk
parent726409167507aa20fb90882ceed3ca3e770d3d4b (diff)
gallery: use icerun for building, and tweak for windows use.
Change-Id: Ic9e30661f05506b3616eaf417f8e3deed7290830
Diffstat (limited to 'solenv/gbuild/Gallery.mk')
-rw-r--r--solenv/gbuild/Gallery.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk
index 0e3f84b1dd55..7b282382b109 100644
--- a/solenv/gbuild/Gallery.mk
+++ b/solenv/gbuild/Gallery.mk
@@ -59,7 +59,7 @@ $(call gb_Output_announce,$(2),$(true),GAL,1)
$(call gb_Helper_abbreviate_dirs,\
rm -f $(call gb_Gallery_get_workdir,$(2))/* && \
SAL_USE_VCLPLUGIN=svp \
- $(call gb_Executable_get_command,gengal.bin) \
+ $(call gb_Executable_get_command,$(gb_GENGAL),$(ICECREAM_RUN)) \
$(call gb_Gallery__make_env_args) \
--build-tree \
--destdir $(GALLERY_BASEDIR) \
@@ -78,7 +78,7 @@ $(dir $(call gb_Gallery_get_target,$(1)))%/.dir :
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))
$(call gb_Gallery_get_target,%) : \
- $(call gb_Executable_get_runtime_dependencies,gengal.bin) \
+ $(call gb_Executable_get_runtime_dependencies,$(gb_GENGAL)) \
$(gb_Gallery_EXTRA_DEPENCENCIES)
$(call gb_Gallery__command,$@,$*)