solenv/gbuild/Gallery.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fbf2e9f733e1e5b6c9d2cdada0317c89c1a3b71f Author: David Tardon <[email protected]> Date: Wed May 15 17:11:51 2013 +0200 only use svp on unx Change-Id: I8cd4a42a90e87446c9ef3744bf71f7734767078e diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk index 6e0284f..2f330bb 100644 --- a/solenv/gbuild/Gallery.mk +++ b/solenv/gbuild/Gallery.mk @@ -59,7 +59,7 @@ $(call gb_Output_announce,$(2),$(true),GAL,1) $(call gb_Helper_abbreviate_dirs,\ rm -f $(call gb_Gallery_get_workdir,$(2))/* && \ $(call gb_Helper_print_on_error,\ - SAL_USE_VCLPLUGIN=svp \ + $(if $(filter-out MACOSX WNT,$(OS)),SAL_USE_VCLPLUGIN=svp) \ $(call gb_Executable_get_command,$(gb_GENGAL),$(ICECREAM_RUN)) \ $(call gb_Gallery__make_env_args) \ --build-tree \ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
