Fixing pkg-config files for libebook & libedata-book
authorTristan Van Berkom <tristanvb@openismus.com>
Mon, 18 Feb 2013 12:05:22 +0000 (21:05 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Mon, 18 Feb 2013 12:05:22 +0000 (21:05 +0900)
This part was missed while the libebook / libebook-contacts library
splitup was done manually.

addressbook/libebook/libebook.pc.in
addressbook/libedata-book/libedata-book.pc.in

index 993870b..293cdc0 100644 (file)
@@ -10,7 +10,7 @@ privincludedir=@privincludedir@
 Name: libebook
 Description: Client library for evolution address books
 Version: @VERSION@
-Requires: libedataserver-1.2
+Requires: libedataserver-1.2 libebook-contacts-1.2 libedata-book-1.2
 Requires.private: camel-1.2
 Libs: -L${libdir} -lebook-1.2
 Cflags: -I${privincludedir}
index 0a1aa9a..b1f871b 100644 (file)
@@ -14,6 +14,6 @@ backenddir=@ebook_backenddir@
 Name: libedatabook
 Description: Backend library for evolution address books
 Version: @VERSION@
-Requires: libebackend-1.2 libebook-1.2
+Requires: libebackend-1.2 libebook-contacts-1.2
 Libs: -L${libdir} -ledata-book-1.2
 Cflags: -I${privincludedir}