[Libreoffice-commits] core.git: RepositoryExternal.mk

Michael Stahl mstahl at redhat.com
Wed Feb 20 05:17:22 PST 2013


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

New commits:
commit c8d064df25b4c78e9201c2f12883ff631304eb13
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Feb 20 14:14:30 2013 +0100

    Revert "trying to fix the external/external visio/wpd build"
    
    This reverts commit 28287fcfeee5a50a90f6690b752aefea1f0a695b.
    
    Need to depend on the package, which has a dependency on the project
    itself.

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index af3aad1..aed173b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1312,7 +1312,7 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
 
 endef
 define gb_ExternalProject__use_wpd
-$(call gb_ExternalProject_use_external_project,$(1),libwpd)
+$(call gb_ExternalProject_use_package,$(1),libwpd)
 
 endef
 


More information about the Libreoffice-commits mailing list