Repository.mk |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 011605592b4f2211419560c844103923d2b32fe1
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Dec 16 15:16:42 2021 +0000
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sun Dec 19 19:18:29 2021 +0100

    drop ui-previewer from install set
    
    this is intended for use for bootstrapping the process
    of conversion of the .src to .ui and isn't useful
    to have in a normal install
    
    Change-Id: I88066bb086ca58a56c2adc7ef5a96b03b670f086
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126941
    Reviewed-by: Xisco Fauli <[email protected]>
    Reviewed-by: Michael Stahl <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>
    Tested-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/Repository.mk b/Repository.mk
index 0f3d2458a867..50e753410415 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -69,6 +69,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
         svpclient ) \
        $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
        $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
+    $(if $(DISABLE_GUI),,ui-previewer) \
        vcldemo \
        tiledrendering \
     mtfdemo \
@@ -200,11 +201,6 @@ $(eval $(call 
gb_Helper_register_executables_for_install,OOO,writer_brand, \
 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
        gengal \
        $(if $(filter WNT,$(OS)),,uri-encode) \
-       $(if $(ENABLE_MACOSX_SANDBOX),, \
-               $(if $(DISABLE_GUI),, \
-                       ui-previewer \
-               ) \
-       ) \
        $(if $(filter WNT,$(OS)), \
                senddoc \
        ) \

Reply via email to