Repository.mk     |    2 +-
 vcl/Module_vcl.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 36163d269bd8f77a86605e4c5ff5adce17b4c66c
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Fri Sep 15 22:38:02 2023 +0200
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Fri Sep 15 23:48:49 2023 +0200

    Make svptest VCL example build on all platforms
    
    Previously, svptest VCL example was not built on all paltforms. Now,
    svptest is built on Windows and elsewhere. To run, one can invoke:
    
     ./bin/run svptest
    
    Change-Id: I915a4ef9748e2248d2d209969d1fef079ee06cff
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156972
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/Repository.mk b/Repository.mk
index 22e1da82d263..e26116336b2a 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -70,13 +70,13 @@ $(eval $(call gb_Helper_register_executables,NONE, \
        xrmex \
        $(if $(filter-out ANDROID iOS WNT,$(OS)), \
         fftester \
-        svptest \
         svpclient ) \
        $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
        $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
        vcldemo \
        svdemo \
        minvcl \
+       svptest \
        tiledrendering \
        mtfdemo \
        visualbackendtest \
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 704b324622fe..dd66a86dbf73 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
                 Executable_vcldemo \
                 Executable_svdemo \
                 Executable_minvcl \
+                Executable_svptest \
                 Executable_icontest \
                 Executable_visualbackendtest \
                 Executable_mtfdemo \
@@ -57,7 +58,6 @@ ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
 $(eval $(call gb_Module_add_targets,vcl,\
     $(if $(filter-out ANDROID iOS WNT,$(OS)), \
         Executable_fftester \
-        Executable_svptest \
         Executable_listfonts \
         Executable_listglyphs \
         Executable_svpclient) \

Reply via email to