[Libreoffice-commits] core.git: vcl/Library_vclplug_gen.mk

Khaled Hosny khaledhosny at eglug.org
Wed Oct 19 08:52:03 UTC 2016


 vcl/Library_vclplug_gen.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 66b3aa76b161c4d08e87fbdb19c2b72cc15153cd
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Wed Oct 19 10:50:18 2016 +0200

    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

diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk
index c250ca8..f281605 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 \


More information about the Libreoffice-commits mailing list