[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - RepositoryExternal.mk

David Tardon dtardon at redhat.com
Fri Jun 26 04:35:16 PDT 2015


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

New commits:
commit 6c7e8938e4458eff85e1b6710a537e950fc32cb2
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Jun 24 15:08:48 2015 +0200

    mdds is header-only
    
    Change-Id: I27e5ae913474001154fa6352a3ccefaee16e309c
    (cherry picked from commit 7fffbdc4c21f2c21d062a2f224b42e4b87beb6f0)
    Reviewed-on: https://gerrit.libreoffice.org/16504
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 47e4d17..1d7b09c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -132,7 +132,7 @@ endef
 else # !SYSTEM_MDDS
 
 define gb_ExternalProject__use_mdds_headers
-$(call gb_ExternalProject_use_external_project,$(1),mdds)
+$(call gb_ExternalProject_use_unpacked,$(1),mdds)
 
 endef
 


More information about the Libreoffice-commits mailing list