diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-05 17:28:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-05 22:55:05 +0100 |
commit | 525bc99af37787cfee8408fb14a88adf2bf735b2 (patch) | |
tree | 104da49c219bf9ae4691b389864c434e0269dd9c /Repository.mk | |
parent | 78404432ed784b3570cb4c223e6311c3e9859b60 (diff) |
Make mysqlc conditional on MARIADBC, too
Change-Id: I7e8541b8918ea5011fe9669d11b51c941544f794
Reviewed-on: https://gerrit.libreoffice.org/68764
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.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 c0e797b7106b..59c93c206466 100644 --- a/Repository.mk +++ b/Repository.mk @@ -405,7 +405,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ $(call gb_Helper_optional,SCRIPTING,msforms) \ mtfrenderer \ $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \ - $(call gb_Helper_optional,DBCONNECTIVITY,mysqlc) \ + $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \ numbertext \ odbc \ odfflatxml \ |