diff options
author | Hossein <hossein@libreoffice.org> | 2021-10-21 12:50:03 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-10-22 08:14:14 +0200 |
commit | df93cc61ebf2251b2d41d72a50d72edc2a9e1cb3 (patch) | |
tree | 46aeee92e4f5b99d7281aae4170d07c3ca2bba67 /emfio | |
parent | dc984e7fed26ed26a2cafecb0c5b27feca56bfe2 (diff) |
Remove sax dependency from emfio
Module 'sax' was one of the dependencies of 'emfio'. This is also
mentioned in:
https://wiki.documentfoundation.org/Development/Build_System
Previously, module 'emfio' was directly depending on 'drawinglayer'
and 'sax'. But the build is fine when 'sax' is removed from
'emfio/Library_emfio.mk'. Also there is no mention of sax when
invoking 'git grep sax' inside emfio folder.
With this patch, the 'emfio' dependency on 'sax' is removed.
Change-Id: Ib6f9dc3df33865b6fc912d02b27b01232a6a3fb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123988
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/Library_emfio.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emfio/Library_emfio.mk b/emfio/Library_emfio.mk index 281f077130f1..cd877c52fa5b 100644 --- a/emfio/Library_emfio.mk +++ b/emfio/Library_emfio.mk @@ -48,7 +48,6 @@ $(eval $(call gb_Library_use_libraries,emfio,\ comphelper \ tl \ salhelper \ - sax \ vcl \ svt \ utl \ |