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 \ boost_headers \
cairo \ cairo \
dbus \ dbus \
gio \
epoxy \ epoxy \
gtk \ gio \
graphite \
gthread \ gthread \
gtk \
harfbuzz \
icuuc \ icuuc \
)) ))

View File

@@ -77,6 +77,8 @@ $(eval $(call gb_Library_use_externals,vclplug_gtk3,\
boost_headers \ boost_headers \
epoxy \ epoxy \
dbus \ dbus \
graphite \
harfbuzz \
)) ))
$(eval $(call gb_Library_add_exception_objects,vclplug_gtk3,\ $(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 \ boost_filesystem \
epoxy \ epoxy \
dbus \ dbus \
graphite \
harfbuzz \
)) ))
$(eval $(call gb_Library_add_exception_objects,vclplug_gtk3_kde5,\ $(eval $(call gb_Library_add_exception_objects,vclplug_gtk3_kde5,\