diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-17 21:18:46 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-18 10:13:31 -0500 |
commit | ecc884e9b8afbdaaa917774471d71060ff96cc74 (patch) | |
tree | e29bf7a1a3d9c9b868cf06e3c8d8d8e7a29baa29 /RepositoryExternal.mk | |
parent | df63ec609f361108bc1e531e1454734f6c03258e (diff) |
Use orcus csv parser to streamd data which has much less overhead.
Also, use DocumentStreamAccess to modify ScDocument's content.
Change-Id: I516260cff1f2315267afcff05e36e620798a1aed
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 3d9a4bf967b9..014787627446 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2621,6 +2621,10 @@ endef define gb_LinkTarget__use_orcus-parser $(call gb_LinkTarget_use_external_project,$(1),liborcus) +$(call gb_LinkTarget_set_include,$(1),\ + -I$(call gb_UnpackedTarball_get_dir,liborcus/include) \ + $$(INCLUDE) \ +) $(call gb_LinkTarget_add_libs,$(1),\ $(call gb_UnpackedTarball_get_dir,liborcus)/src/parser/.libs/liborcus-parser-0.6$(gb_StaticLibrary_PLAINEXT) \ ) |