Kaydet (Commit) 88b325aa authored tarafından Matúš Kukan's avatar Matúš Kukan

libmerged: add harfbuzz external

Change-Id: I7be27b049c4a482be256544c295a7aee89f81f57
üst fe46fc0f
...@@ -54,6 +54,7 @@ $(eval $(call gb_Library_use_externals,merged,\ ...@@ -54,6 +54,7 @@ $(eval $(call gb_Library_use_externals,merged,\
gio \ gio \
graphite \ graphite \
$(if $(ENABLE_GTK),gtk) \ $(if $(ENABLE_GTK),gtk) \
harfbuzz \
hunspell \ hunspell \
icui18n \ icui18n \
icule \ icule \
......
...@@ -98,24 +98,14 @@ endif ...@@ -98,24 +98,14 @@ endif
$(eval $(call gb_Library_use_externals,vcl,\ $(eval $(call gb_Library_use_externals,vcl,\
boost_headers \ boost_headers \
gio \
harfbuzz \
icule \ icule \
icuuc \ icuuc \
icu_headers \ icu_headers \
lcms2 \ 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,\ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/app/brand \ vcl/source/app/brand \
vcl/source/app/dbggui \ vcl/source/app/dbggui \
......
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