summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Library_merged.mk1
-rw-r--r--vcl/Library_vcl.mk14
2 files changed, 3 insertions, 12 deletions
diff --git a/Library_merged.mk b/Library_merged.mk
index c540e59f7a71..2d5ef603de57 100644
--- a/Library_merged.mk
+++ b/Library_merged.mk
@@ -54,6 +54,7 @@ $(eval $(call gb_Library_use_externals,merged,\
gio \
graphite \
$(if $(ENABLE_GTK),gtk) \
+ harfbuzz \
hunspell \
icui18n \
icule \
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 824743814bcf..f1de72b9b79d 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -98,24 +98,14 @@ endif
$(eval $(call gb_Library_use_externals,vcl,\
boost_headers \
+ gio \
+ harfbuzz \
icule \
icuuc \
icu_headers \
lcms2 \
))
-ifneq ($(ENABLE_GIO),)
-$(eval $(call gb_Library_use_externals,vcl,\
- gio \
-))
-endif
-
-ifeq ($(ENABLE_HARFBUZZ),TRUE)
-$(eval $(call gb_Library_use_externals,vcl,\
- harfbuzz \
-))
-endif
-
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/app/brand \
vcl/source/app/dbggui \