[gnome-online-accounts] goabackend: Fix Requires line



commit a2064c866536b17fcf2d7308cd7cfa81ddd9d410
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 30 12:58:11 2012 +0100

    goabackend: Fix Requires line
    
    The separator is space, not commas.

 src/goabackend/goa-backend-1.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goa-backend-1.0.pc.in b/src/goabackend/goa-backend-1.0.pc.in
index 185b09f..4f6e8b2 100644
--- a/src/goabackend/goa-backend-1.0.pc.in
+++ b/src/goabackend/goa-backend-1.0.pc.in
@@ -6,6 +6,6 @@ includedir= includedir@
 Name: Goa Backends
 Description: Backends for GNOME Online Accounts Library
 Version: @VERSION@
-Requires: goa-1.0,gtk+-3.0,rest-0.7
+Requires: goa-1.0 gtk+-3.0 rest-0.7
 Libs: -L${libdir} -lgoa-backend-1.0
 Cflags: -I${includedir}/goa-1.0



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