summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-05 17:51:09 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-05 17:53:04 +0200
commitc5b502664156db0b252c26054eb1047aec469175 (patch)
tree937ba2c8d94a81eeb0299e96bf33b8031236d112 /vcl/Library_vcl.mk
parent01d7c6a24b7a8244a3ae5816e39d3358242a35ea (diff)
Add some more stuff to the Android libvcl
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index f18c18f2ab47..4b153f0b975f 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -437,9 +437,17 @@ $(eval $(call gb_Library_add_defs,vcl,\
-D_XSALSET_LIBNAME=\"$(call gb_Library_get_runtime_filename,spa)\" \
))
$(eval $(call gb_Library_add_exception_objects,vcl,\
+ vcl/generic/fontmanager/fontcache \
+ vcl/generic/fontmanager/fontconfig \
+ vcl/generic/fontmanager/fontmanager \
vcl/unx/generic/plugadapt/salplug \
+ vcl/unx/generic/printer/ppdparser \
vcl/null/printerinfomanager \
))
+$(eval $(call gb_Library_use_externals,vcl,\
+ fontconfig \
+ freetype \
+))
endif
ifeq ($(GUIBASE),cocoatouch)