Kaydet (Commit) fd9c2cca authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now

Change-Id: I9ee43cb79212eba58c17c0f9679044e9c0cc9fae
üst 9dc7f059
......@@ -211,9 +211,6 @@ $(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 \
......@@ -287,6 +284,14 @@ $(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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment