From: David Woodhouse Date: Wed, 16 May 2018 06:43:25 +0000 (+0200) Subject: Explicitly require and link camel-1.2 X-Git-Tag: v1.1~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2fac224042b01bf805898a420a525d29b2646c07;p=pidgin-chime.git Explicitly require and link camel-1.2 https://github.com/awslabs/pidgin-chime/issues/23 Reported-by: Buchan Milne --- diff --git a/configure.ac b/configure.ac index 89c1361..8c56162 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ AC_ARG_WITH([evolution], [with_evolution=no]) AS_IF([test "x$with_evolution" != xno], - [PKG_CHECK_MODULES(EVOLUTION, [evolution-calendar-3.0 evolution-shell-3.0 evolution-data-server-1.2 libebook-1.2 libecal-1.2], + [PKG_CHECK_MODULES(EVOLUTION, [evolution-calendar-3.0 evolution-shell-3.0 evolution-data-server-1.2 libebook-1.2 libecal-1.2 camel-1.2], [with_evolution=yes if $PKG_CONFIG --atleast-version 3.20 evolution-shell-3.0; then AC_DEFINE(EVO_HAS_E_COMP_EDITOR, 1, [Since 3.20]) diff --git a/pidgin-chime.spec.in b/pidgin-chime.spec.in index 759b4bc..0e7058d 100644 --- a/pidgin-chime.spec.in +++ b/pidgin-chime.spec.in @@ -49,6 +49,7 @@ BuildRequires: pkgconfig(evolution-shell-3.0) BuildRequires: pkgconfig(evolution-data-server-1.2) BuildRequires: pkgconfig(libebook-1.2) BuildRequires: pkgconfig(libecal-1.2) +BuildRequires: pkgconfig(camel-1.2) %endif # with evolution BuildRequires: gcc BuildRequires: gettext