diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Executable_xpdfimport.mk | 2 | ||||
-rw-r--r-- | sdext/StaticLibrary_pdfimport_s.mk | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sdext/Executable_xpdfimport.mk b/sdext/Executable_xpdfimport.mk index 5d3eda8e107e..ce26d8faeb58 100644 --- a/sdext/Executable_xpdfimport.mk +++ b/sdext/Executable_xpdfimport.mk @@ -10,8 +10,6 @@ $(eval $(call gb_Executable_Executable,xpdfimport)) $(eval $(call gb_Executable_use_packages,xpdfimport,\ - sal_generated \ - sal_odk_headers \ )) $(eval $(call gb_Executable_use_externals,xpdfimport,\ diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk index cefe6feb4c45..8a889dd986f5 100644 --- a/sdext/StaticLibrary_pdfimport_s.mk +++ b/sdext/StaticLibrary_pdfimport_s.mk @@ -12,13 +12,9 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,pdfimport_s)) $(eval $(call gb_StaticLibrary_use_packages,pdfimport_s,\ basegfx_inc \ comphelper_inc \ - cppu_odk_headers \ - cppuhelper_odk_headers \ i18nlangtag_inc \ o3tl_inc \ rsc_inc \ - sal_generated \ - sal_odk_headers \ tools_inc \ unotools_inc \ vcl_inc \ |