summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/UIConfig.mk
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@hypra.fr>2018-03-01 13:16:12 +0100
committerjan iversen <jani@libreoffice.org>2018-03-01 14:44:46 +0100
commite85b8efafc715f2bf3e240f24617dc1d6aa46d4f (patch)
tree7808453fb1db8f1bfab1e50255a9e565bea204c5 /solenv/gbuild/UIConfig.mk
parentreconcile sw and sc rename autoformat dialogs (diff)
downloadcore-e85b8efafc715f2bf3e240f24617dc1d6aa46d4f.tar.gz
core-e85b8efafc715f2bf3e240f24617dc1d6aa46d4f.zip
gla11y: fix build outside source
We need to pass the absolute path to gla11y for build outside source to work. We however do not want to expose absolute paths in suppression files, so we have to introduce a parameter that provides the common prefix to be stripped. Change-Id: Iaf652cb8d6c3646438f828a0949dfd811f964e77 Reviewed-on: https://gerrit.libreoffice.org/50568 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'solenv/gbuild/UIConfig.mk')
-rw-r--r--solenv/gbuild/UIConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index a0d8974fffe9..c5a04e33ab56 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -190,7 +190,7 @@ $(call gb_UIConfig_get_imagelist_target,$(1)) : UI_IMAGELISTS += $(call gb_UIIma
$(call gb_UIConfig_get_imagelist_target,$(1)) : $(call gb_UIImageListTarget_get_target,$(2))
$(call gb_UIConfig_get_clean_target,$(1)) : $(call gb_UIImageListTarget_get_clean_target,$(2))
-$(call gb_UIConfig_get_a11yerrors_target,$(1)) : UIFILES += $(2).ui
+$(call gb_UIConfig_get_a11yerrors_target,$(1)) : UIFILES += $(SRCDIR)/$(2).ui
endef