diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-11-23 17:49:54 +0100 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-11-24 23:15:34 +0100 |
commit | da16857fe39ab94f5584ef62b1cd59686f98a5ef (patch) | |
tree | 5cdece4c51708d6af22c78353c0023ca2e89a051 /Repository.mk | |
parent | 796cbe6efcf0e7dcd9985bad0a8539a8952932f2 (diff) |
Build mysql_jdbc library even when building..
.. without java
Change-Id: Id44ef2d94992423a12b32234822e8ed3f5a48299
Reviewed-on: https://gerrit.libreoffice.org/63889
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index d23d93aaa9f5..12a104dd0eab 100644 --- a/Repository.mk +++ b/Repository.mk @@ -404,7 +404,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ msfilter \ $(call gb_Helper_optional,SCRIPTING,msforms) \ mtfrenderer \ - $(if $(ENABLE_JAVA),mysql_jdbc) \ + $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \ $(call gb_Helper_optional,DBCONNECTIVITY,mysqlc) \ numbertext \ odbc \ |