diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 10:51:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 10:51:44 +0100 |
commit | e548613a5bf49de2fce6cd9935cbbdf72a96dd2e (patch) | |
tree | a013d9e401881a7a45f3306ec04b24503d502ed0 /svx/Library_svxcore.mk | |
parent | 56633a2b1da4d36cd29c320a3d20761c8886907b (diff) |
Do not depend on libxml include in widely included file
...and hope xmTextWriterPtr expanding to struct _xmlTextWriter * is a stable feature
of the libxml2 API
Change-Id: Ic5076df5a8b33f71c605b3aef737a99ea96b1753
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r-- | svx/Library_svxcore.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 39d6be5686c6..420a6b8c4487 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -87,7 +87,6 @@ $(eval $(call gb_Library_use_externals,svxcore,\ icu_headers \ mesa_headers \ glew \ - libxml2 \ )) ifeq ($(OS),MACOSX) |