fix build with the new libebook API (Closes: #348821)
This commit is contained in:
parent
598b331489
commit
4b54253c4a
4 changed files with 17 additions and 7 deletions
|
@ -335,11 +335,11 @@ AC_ARG_ENABLE([aboutme],
|
|||
AC_MSG_RESULT([$enable_aboutme])
|
||||
|
||||
if test "x$enable_aboutme" = "xyes"; then
|
||||
LIBEBOOK_REQUIREMENT="libebook-1.2 >= 1.3.0"
|
||||
LIBEBOOK_REQUIREMENT="libebook-1.2 >= 1.7.90"
|
||||
|
||||
AC_MSG_CHECKING(for evolution-data-server)
|
||||
if $PKG_CONFIG --exists libebook-1.2; then
|
||||
LIBEBOOK_REQUIREMENT="libebook-1.2 >= 1.3.0"
|
||||
LIBEBOOK_REQUIREMENT="libebook-1.2 >= 1.7.90"
|
||||
AC_DEFINE(BUILD_ABOUTME, 1, Build the about-me capplet)
|
||||
|
||||
PKG_CHECK_MODULES(LIBEBOOK, libebook-1.2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue