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 <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2021-12-16 15:16:42 +00:00
parent 759da7e51d
commit ede7be0c3c

View File

@@ -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 \
) \