genode/repos/libports/lib/import/import-icu.mk

9 lines
216 B
Makefile
Raw Normal View History

2018-04-07 01:31:26 +00:00
ifeq ($(CONTRIB_DIR),)
ICU_INC_DIR := $(call select_from_repositories,include/icu)
else
ICU_INC_DIR := $(call select_from_ports,icu)/include/icu
endif
2018-04-07 01:31:26 +00:00
INC_DIR += $(ICU_INC_DIR)/common
INC_DIR += $(ICU_INC_DIR)/i18n