build: Add VAPI dependencies for eds backend
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 9 Aug 2011 10:23:27 +0000 (12:23 +0200)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 9 Aug 2011 10:23:27 +0000 (12:23 +0200)
configure.ac

index ad6820e..03cd522 100644 (file)
@@ -234,7 +234,7 @@ if test "x$enable_vala" = "xyes" ; then
         fi
 
         if test x$enable_eds_backend = xyes; then
-          VALA_CHECK_PACKAGES([libxml-2.0])
+          VALA_CHECK_PACKAGES([libebook-1.2 libedataserver-1.2 libxml-2.0])
         fi
 fi