diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-07-24 11:24:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-24 12:35:03 +0200 |
commit | 5844d813411be8c4c7c394be07a49eaf92885758 (patch) | |
tree | 1ba7721685d2eda9af0f55da23d44753415a6304 /connectivity | |
parent | 316ea4a15826df71fad9fe0fe80c9feb49511f13 (diff) |
add libebook-1.2.so.19 in EApi.cxx
Change-Id: I900a190948087360bb4c3cd9235c9848333ad66f
Reviewed-on: https://gerrit.libreoffice.org/40358
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/EApi.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx index fc81a1944769..81db0b0d83df 100644 --- a/connectivity/source/drivers/evoab2/EApi.cxx +++ b/connectivity/source/drivers/evoab2/EApi.cxx @@ -21,6 +21,7 @@ #define DECLARE_FN_POINTERS 1 #include "EApi.h" static const char *eBookLibNames[] = { + "libebook-1.2.so.19", // evolution-data-server 3.24+ "libebook-1.2.so.16", "libebook-1.2.so.15", "libebook-1.2.so.14", // bumped again (evolution-3.6) |