summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-03-07 14:33:43 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-22 12:10:10 +0100
commit7bd62c00c58c6b1580df4bf5f44b083a50d9f673 (patch)
treeb810e4193a2581cf91d0d84f4eea4b6a9d02da40 /filter
parenta4c3475ec1a28f379a90cbc001b970093f8dbae4 (diff)
Separate core drawinglayer func. into drawinglayercore library
This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/Library_pdffilter.mk1
-rw-r--r--filter/Library_svgfilter.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/filter/Library_pdffilter.mk b/filter/Library_pdffilter.mk
index 23afd08b4595..6219c3a306aa 100644
--- a/filter/Library_pdffilter.mk
+++ b/filter/Library_pdffilter.mk
@@ -50,6 +50,7 @@ $(eval $(call gb_Library_use_libraries,pdffilter,\
cppu \
sal \
drawinglayer \
+ drawinglayercore \
))
$(eval $(call gb_Library_add_exception_objects,pdffilter,\
diff --git a/filter/Library_svgfilter.mk b/filter/Library_svgfilter.mk
index 07da0cc4a3cc..37372b9d0cfa 100644
--- a/filter/Library_svgfilter.mk
+++ b/filter/Library_svgfilter.mk
@@ -56,6 +56,7 @@ $(eval $(call gb_Library_use_libraries,svgfilter,\
sax \
salhelper \
comphelper \
+ drawinglayercore \
drawinglayer \
basegfx \
cppuhelper \