diff options
author | Rene Engelhard <rene@rene-engelhard.de> | 2022-08-07 11:04:15 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-07 17:59:26 +0200 |
commit | 636c2c68564de585b07e00dc1bff08ef57956a2e (patch) | |
tree | 2d17889463c79237da9caa66bf9ba98d69fb557a | |
parent | 95fea9f0453cbe776d711297e9775b3a049b12bd (diff) |
add libebook-1.2.so.21
comparing the Debian packages of 3.44.1 and 3.45.2 the actual headers
didn't change, so no code changes needed afaics
Change-Id: Ifae6395831ca538bb1699a7f2ba4cb504e552baa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137824
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-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 8f6a6f7083d0..9ec8e0d44e32 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.21", // evolution-data-server 3.45.2+ "libebook-1.2.so.20", // evolution-data-server 3.33.2+ "libebook-1.2.so.19", // evolution-data-server 3.24+ "libebook-1.2.so.16" |