[PATCH] build: Don't check for libecal
authorIain Lane <iain.lane@canonical.com>
Wed, 14 Aug 2019 08:36:43 +0000 (09:36 +0100)
committerSebastien Bacher <seb128@ubuntu.com>
Thu, 2 Apr 2020 12:46:29 +0000 (13:46 +0100)
We use libebook only, not libecal. In version 3.33, libecal has changed
API name and so this unnecessary check will start to break the build of
AbiWord soon.

Forwarded: https://gitlab.gnome.org/World/AbiWord/merge_requests/3

Gbp-Pq: Name build-Don-t-check-for-libecal.patch

configure.ac

index 48228be26ae429c9aec9729062fabce0382a0f53..9ba2ec15f51b0e1d7ab8df75b274eda6048d38d2 100644 (file)
@@ -477,9 +477,9 @@ AM_CONDITIONAL([WITH_REDLAND], test "$abi_cv_redland" = "yes")
 AM_CONDITIONAL([HAVE_REDLAND], test "$abi_cv_redland" = "yes")
 
 
-evolution_data_server_req='libebook-1.2 >= 3.6 libecal-1.2'
+evolution_data_server_req='libebook-1.2 >= 3.6'
 AC_ARG_WITH([evolution_data_server], 
-       [AS_HELP_STRING([--with-evolution-data-server], [Use Evolution Data Server to get at contact and calendar information])], 
+       [AS_HELP_STRING([--with-evolution-data-server], [Use Evolution Data Server to get at contact information])], 
 [
        abi_cv_evolution_data_server="$withval"
 ],[