summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-10-19 10:17:12 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 10:17:12 +0200
commitc7ce98cc4f98ca9273d734175c330881d510536c (patch)
tree4454b78393ee13b3aa7c71621d8ebdc0ee61b861 /external
parentfdo#70393: move moz to a subdir of external (diff)
downloadcore-c7ce98cc4f98ca9273d734175c330881d510536c.tar.gz
core-c7ce98cc4f98ca9273d734175c330881d510536c.zip
these are in external now
Change-Id: I3d84a202ae0058a8fe8a810f7e7de2522393f417
Diffstat (limited to 'external')
-rw-r--r--external/Module_external.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/Module_external.mk b/external/Module_external.mk
index ae4580f79c9c..c2eb5c320f31 100644
--- a/external/Module_external.mk
+++ b/external/Module_external.mk
@@ -64,6 +64,12 @@ $(eval $(call gb_Module_add_moduledirs,external,\
$(call gb_Helper_optional,WPD,libwpd) \
$(call gb_Helper_optional,WPG,libwpg) \
$(call gb_Helper_optional,WPS,libwps) \
+ $(call gb_Helper_optional_for_host,DESKTOP, \
+ $(if $(filter YES,$(WITH_GALLERY_BUILD)), \
+ harfbuzz \
+ lcms2 \
+ ) \
+ ) \
))
# vim: set noet sw=4 ts=4: