diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-20 15:54:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-20 15:54:56 +0000 |
commit | f2b3760ce564c9119600dace26f59799503f81ef (patch) | |
tree | cfbbffe90da49c3d30ff9f48d83ba898187b89a7 | |
parent | b799cb7528552b0538f3ee1f5afc935c406f5637 (diff) |
require icu_headers here
Change-Id: I56e161d42f7a58a7931191ab3d0af79f2af9ee5c
-rw-r--r-- | sd/Library_sd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index cb5ff9aa3f16..5ce5374990be 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -102,6 +102,7 @@ $(eval $(call gb_Library_use_externals,sd,\ $(if $(ENABLE_AVAHI), \ avahi \ ) \ + icu_headers \ )) ifeq ($(OS),WNT) |