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

New commits:
commit ede7be0c3c70a92cd8601762d8cae7c07976360e
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Dec 16 15:16:42 2021 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Thu Dec 16 17:50:51 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/+/126924
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/Repository.mk b/Repository.mk
index 018628e6d9ec..d616aa509fdd 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -72,6 +72,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 \
@@ -204,11 +205,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