summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-13 17:26:29 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-13 17:50:22 +0300
commit15bbf66efadf1b522303347c44b28450d92b3007 (patch)
tree6cacc896ed1b0040155c3dccc3ac4e6670705cda /vcl/Library_vcl.mk
parent90496967fe7ddb8a616dce8c70013fa4450c5983 (diff)
Revert "Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now"
This reverts commit fd9c2cca78227f634e34790aa127cc31e4302a56.
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 4aa52ab42b5b..e6abe34112e6 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -211,6 +211,9 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/gdi/outmap \
vcl/source/gdi/pdfextoutdevdata \
vcl/source/gdi/pdffontcache \
+ vcl/source/gdi/pdfwriter \
+ vcl/source/gdi/pdfwriter_impl2 \
+ vcl/source/gdi/pdfwriter_impl \
vcl/source/gdi/pngread \
vcl/source/gdi/pngwrite \
vcl/source/gdi/print2 \
@@ -284,14 +287,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
# optional parts
-ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
-$(eval $(call gb_Library_add_exception_objects,vcl,\
- vcl/source/gdi/pdfwriter \
- vcl/source/gdi/pdfwriter_impl2 \
- vcl/source/gdi/pdfwriter_impl \
-))
-endif
-
## handle Graphite
ifneq ($(ENABLE_GRAPHITE),)
# add defines, graphite sources for all platforms