filter/Library_icg.mk             |    2 --
 sd/CppunitTest_sd_filters_test.mk |    5 +----
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit cfc0f4fae10859890c6e76d5a4ea11044b814da3
Author:     Noel Grandin <[email protected]>
AuthorDate: Tue Feb 20 09:33:04 2024 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Tue Feb 20 09:49:18 2024 +0100

    icg is no longer dlopen-ed from sd
    
    ever since
        5cc45f148dac2080d5cdc2d69db539d55b1ff816
        no need to dynamically ImportCGM symbol
    
    Change-Id: I0d55a57b46fffbeb650ca0b88170372160e1ecf3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163631
    Tested-by: Noel Grandin <[email protected]>
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/filter/Library_icg.mk b/filter/Library_icg.mk
index 113faa5a2503..6203c0a6eedd 100644
--- a/filter/Library_icg.mk
+++ b/filter/Library_icg.mk
@@ -19,8 +19,6 @@
 
 $(eval $(call gb_Library_Library,icg))
 
-$(eval $(call gb_Library_set_plugin_for_nodep,icg,sd))
-
 $(eval $(call gb_Library_use_external,icg,boost_headers))
 
 $(eval $(call gb_Library_use_sdk_api,icg))
diff --git a/sd/CppunitTest_sd_filters_test.mk 
b/sd/CppunitTest_sd_filters_test.mk
index 0668683fa02a..a376d3f7e718 100644
--- a/sd/CppunitTest_sd_filters_test.mk
+++ b/sd/CppunitTest_sd_filters_test.mk
@@ -34,6 +34,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_filters_test, \
     editeng \
     i18nlangtag \
     i18nutil \
+    icg \
     msfilter \
     oox \
     sal \
@@ -71,8 +72,4 @@ $(eval $(call 
gb_CppunitTest_use_rdb,sd_filters_test,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sd_filters_test))
 
-# sd dlopens libicg.so for cgm import, so ensure its built by now
-$(call gb_CppunitTest_get_target,sd_filters_test) : | \
-    $(call gb_Library_get_target,icg) \
-
 # vim: set noet sw=4 ts=4:

Reply via email to