[Libreoffice-commits] core.git: solenv/gbuild

Samuel Thibault sthibault at hypra.fr
Wed Apr 18 15:40:33 UTC 2018


 solenv/gbuild/UIConfig.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c24c2d1e41b8123d205f69415a4f934b365408a7
Author: Samuel Thibault <sthibault at hypra.fr>
Date:   Wed Apr 18 16:26:02 2018 +0200

    gla11y: Add dependency on .ui files
    
    During the gla11y work, the dependency of UIA rules on the .ui files
    got lost, this adds it so that modifying a .ui file triggers checking
    accessibility with gla11y.
    
    Change-Id: I62103ca1783c2f532d7647384c1add1b557b37a1
    Reviewed-on: https://gerrit.libreoffice.org/53116
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk
index aec1efb33316..36ffdeb0d511 100644
--- a/solenv/gbuild/UIConfig.mk
+++ b/solenv/gbuild/UIConfig.mk
@@ -258,6 +258,7 @@ $(call gb_UIConfig_get_imagelist_target,$(1)) : $(call gb_UIImageListTarget_get_
 $(call gb_UIConfig_get_clean_target,$(1)) : $(call gb_UIImageListTarget_get_clean_target,$(2))
 
 $(call gb_UIConfig_get_a11yerrors_target,$(1)) : UIFILES += $(SRCDIR)/$(2).ui
+$(call gb_UIConfig_get_a11yerrors_target,$(1)) : $(SRCDIR)/$(2).ui
 
 endef
 


More information about the Libreoffice-commits mailing list