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

New commits:
commit c24c2d1e41b8123d205f69415a4f934b365408a7
Author: Samuel Thibault <sthiba...@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 <sberg...@redhat.com>
    Tested-by: Jenkins <c...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to