diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-07-24 11:24:48 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-07-31 12:03:55 +0200 |
commit | b46e200ab51190d7084e78c17bd7a0b143e4d550 (patch) | |
tree | 79a9b675c75fa68657f73c0805ef3fde23c64c7c /connectivity | |
parent | 9d14e701ea7890a4f66d0bf1355b3c61fedcccaf (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>
(cherry picked from commit 5844d813411be8c4c7c394be07a49eaf92885758)
Reviewed-on: https://gerrit.libreoffice.org/40362
(cherry picked from commit ffe568afd34be683430e6a31ca2368f957a4876d)
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) |