emfio/Library_emfio.mk | 1 -
1 file changed, 1 deletion(-)
New commits:
commit df93cc61ebf2251b2d41d72a50d72edc2a9e1cb3
Author: Hossein <[email protected]>
AuthorDate: Thu Oct 21 12:50:03 2021 +0200
Commit: Mike Kaganski <[email protected]>
CommitDate: Fri Oct 22 08:14:14 2021 +0200
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 <[email protected]>
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 \