genode/repos/libports/lib/import/import-icu.mk
Christian Prochaska cbdeb41094 depot: icu recipe
Fixes #2785
2018-05-03 15:31:54 +02:00

9 lines
216 B
Makefile

ifeq ($(CONTRIB_DIR),)
ICU_INC_DIR := $(call select_from_repositories,include/icu)
else
ICU_INC_DIR := $(call select_from_ports,icu)/include/icu
endif
INC_DIR += $(ICU_INC_DIR)/common
INC_DIR += $(ICU_INC_DIR)/i18n