diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-05-10 08:55:12 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-06-04 13:28:12 +0200 |
commit | 12d193df238adaf67608327b36fea91003138539 (patch) | |
tree | 5fc3fa1db151f7c18d56b60cbf06cfcb6b891830 /RepositoryExternal.mk | |
parent | d1eb25ba0a2b0a549f387eb731032c7f1265095e (diff) |
libcmis: updated to 0.2.0
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 326a9a6a0247..67d5be63b59b 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -270,6 +270,28 @@ endef endif # SYSTEM_HUNSPELL +ifeq ($(SYSTEM_BOOST),YES) + +# No need of libboostdatetime at all +define gb_LinkTarget__use_boostdatetime +endef + +else # !SYSTEM_BOOST + +$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \ + boostdatetime \ +)) + +define gb_LinkTarget__use_boostdatetime +$(call gb_LinkTarget_use_static_libraries,$(1),\ + boostdatetime \ +) + +endef + +endif # SYSTEM_BOOST + + ifeq ($(SYSTEM_LIBCMIS),YES) define gb_LinkTarget__use_cmis |