Add more more dependencies to VCL makefiles

Hopefully fixes broken tinderboxes.

Change-Id: I2297e5df9f18a444801ec2dc6dbbb098ed4d90c9
Reviewed-on: https://gerrit.libreoffice.org/54163
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
This commit is contained in:
Khaled Hosny
2018-05-12 16:29:06 +02:00
parent 4ad07c563e
commit ab03a09745
3 changed files with 8 additions and 2 deletions

View File

@@ -58,10 +58,12 @@ $(eval $(call gb_Library_use_externals,vclplug_gtk,\
boost_headers \
cairo \
dbus \
gio \
epoxy \
gtk \
gio \
graphite \
gthread \
gtk \
harfbuzz \
icuuc \
))

View File

@@ -77,6 +77,8 @@ $(eval $(call gb_Library_use_externals,vclplug_gtk3,\
boost_headers \
epoxy \
dbus \
graphite \
harfbuzz \
))
$(eval $(call gb_Library_add_exception_objects,vclplug_gtk3,\

View File

@@ -79,6 +79,8 @@ $(eval $(call gb_Library_use_externals,vclplug_gtk3_kde5,\
boost_filesystem \
epoxy \
dbus \
graphite \
harfbuzz \
))
$(eval $(call gb_Library_add_exception_objects,vclplug_gtk3_kde5,\