From: Debian LibreOffice Maintainers Date: Tue, 10 Oct 2017 19:28:41 +0000 (+0100) Subject: disable-unused-test-programs X-Git-Tag: archive/raspbian/1%5.4.2-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e9eed74fbb80b94cfcc7bd5bb24f282eb0190f1;p=libreoffice.git disable-unused-test-programs Gbp-Pq: Name disable-unused-test-programs.diff --- diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index a5e4bf5d68d..3e9e1bf9fe2 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -28,28 +28,9 @@ $(eval $(call gb_Module_add_targets,vcl,\ StaticLibrary_vclmain \ $(if $(ENABLE_MACOSX_SANDBOX),, \ $(if $(ENABLE_HEADLESS),, \ - Executable_ui-previewer)) \ - $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \ - Executable_outdevgrind \ - $(if $(ENABLE_HEADLESS),, \ - Executable_vcldemo \ - Executable_icontest \ - Executable_visualbackendtest \ - Executable_mtfdemo ))) \ + Executable_ui-previewer))) \ )) -ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),) - -$(eval $(call gb_Module_add_targets,vcl,\ - $(if $(filter-out ANDROID IOS WNT,$(OS)), \ - Executable_svdemo \ - Executable_fftester \ - Executable_svptest \ - Executable_svpclient) \ -)) - -endif - $(eval $(call gb_Module_add_l10n_targets,vcl,\ AllLangResTarget_vcl \ UIConfig_vcl \ diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index b14729ffc40..30b18373a89 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -39,14 +39,6 @@ $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\ CppunitTest_xmlsecurity_dialogs_test \ )) -ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) - -$(eval $(call gb_Module_add_targets,xmlsecurity,\ - Executable_pdfverify \ -)) - -endif - endif # vim: set noet sw=4 ts=4: