diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-19 10:50:18 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-19 10:52:37 +0200 |
commit | 66b3aa76b161c4d08e87fbdb19c2b72cc15153cd (patch) | |
tree | 2f53156cf2e88b0297069282f7ca6e79dd077e65 | |
parent | 6b5b773488a4ab77b5c18d82e663e68692f14b33 (diff) |
Add missing icu_headers dependency
Apparently this was working before by accident since most people have
ICU headers in the system include path on Linux.
Should fix the failing tinderbox.
Change-Id: I796453e66c53b3c64e546c661007a54fa5d866ec
-rw-r--r-- | vcl/Library_vclplug_gen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index c250ca8ea142..f281605d6bd7 100644 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -54,6 +54,7 @@ $(eval $(call gb_Library_use_externals,vclplug_gen,\ glew \ glm_headers \ harfbuzz \ + icu_headers \ icuuc \ valgrind \ Xrender \ |