From df93cc61ebf2251b2d41d72a50d72edc2a9e1cb3 Mon Sep 17 00:00:00 2001 From: Hossein Date: Thu, 21 Oct 2021 12:50:03 +0200 Subject: 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 --- emfio/Library_emfio.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'emfio') 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 \ -- cgit