[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - RepositoryExternal.mk
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu Feb 25 12:58:04 UTC 2016
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4157c0258c3a8fb67b2228ae152e846d1cc1b1f8
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Feb 23 11:28:31 2016 +0100
we need the complete cppunit build
Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee
Reviewed-on: https://gerrit.libreoffice.org/22639
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
(cherry picked from commit d63a940853459bc70df032a36a6432d9515e0ecb)
Reviewed-on: https://gerrit.libreoffice.org/22660
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c69b574..f25c464 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -205,7 +205,7 @@ endef
else # !SYSTEM_CPPUNIT
define gb_LinkTarget__use_cppunit
-$(call gb_LinkTarget_use_external_project,$(1),cppunit)
+$(call gb_LinkTarget_use_external_project,$(1),cppunit, full)
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,cppunit/include)\
More information about the Libreoffice-commits
mailing list