[evolution-data-server] Don't use commas on the Requires line



commit c67ad3dc8be713da2fe7c63263019ffaf4f9e270
Author: Tor Lillqvist <tml iki fi>
Date:   Sun Nov 8 21:00:34 2009 +0200

    Don't use commas on the Requires line

 camel/camel.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel.pc.in b/camel/camel.pc.in
index e5d9f88..8dc2926 100644
--- a/camel/camel.pc.in
+++ b/camel/camel.pc.in
@@ -9,6 +9,6 @@ privincludedir= privincludedir@
 Name: camel
 Description: the Evolution MIME message handling library
 Version: @VERSION@
-Requires: glib-2.0, libedataserver- API_VERSION@, sqlite3, @mozilla_nss@, @mozilla_nspr@
+Requires: glib-2.0 libedataserver- API_VERSION@ sqlite3 @mozilla_nss@ @mozilla_nspr@
 Libs: -L${libdir} -lcamel- API_VERSION@
 Cflags: -I${privincludedir}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]