Repository.mk |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit a18b56c2253181d4da84980e84b35f27a667bc23
Author: Bjoern Michaelsen <[email protected]>
Date:   Thu Nov 21 17:31:37 2013 +0100

    only register updatecheck libs, when this is enabled
    
    Change-Id: If7b882663ab5cd12d4d9ae01e14162f793d8dc8d
    Reviewed-on: https://gerrit.libreoffice.org/6757
    Reviewed-by: Björn Michaelsen <[email protected]>
    Tested-by: Björn Michaelsen <[email protected]>

diff --git a/Repository.mk b/Repository.mk
index 1fdd9b2..a4aeca0 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -183,8 +183,10 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
-       updatecheckui \
-       updchk \
+       $(if $(ENABLE_ONLINE_UPDATE), \
+               updatecheckui \
+               updchk \
+       ) \
 ))
 
 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to