summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_gen.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-10-19 10:50:18 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-10-19 10:52:37 +0200
commit66b3aa76b161c4d08e87fbdb19c2b72cc15153cd (patch)
tree2f53156cf2e88b0297069282f7ca6e79dd077e65 /vcl/Library_vclplug_gen.mk
parent6b5b773488a4ab77b5c18d82e663e68692f14b33 (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
Diffstat (limited to 'vcl/Library_vclplug_gen.mk')
-rw-r--r--vcl/Library_vclplug_gen.mk1
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 \