RepositoryExternal.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ae649de2494a6990c7953dcd3a737464eee768f
Author: Michael Meeks <michael.me...@suse.com>
Date:   Wed May 15 11:09:45 2013 +0100

    gengal: don't depend on vclplug_svp on Windows.
    
    Change-Id: I5d179ab3d8591bb01799dcb2b8eb6b5c2bd90110

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index ecc29d3..705aacb 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2866,7 +2866,7 @@ $(call gb_Executable_add_runtime_dependencies,gengal.bin,\
        $(call gb_Configuration_get_target,registry) \
        $(call gb_Configuration_get_target,fcfg_langpack) \
        $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
-       $(if $(filter-out MACOSX,$(OS)), \
+       $(if $(filter-out MACOSX WNT,$(OS)), \
                $(call gb_Library_get_target,vclplug_svp) \
        ) \
        $(call gb_Package_get_target_for_build,cppuhelper_unorc) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to