[libgit2-glib] Unbreak pkg-config file; some "variables" were mangled and not substituted.



commit a14ce36bcc8ad95203c0e02a9fb8ad02339ab8f6
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Fri Sep 27 16:41:15 2013 +0200

    Unbreak pkg-config file; some "variables" were mangled and not substituted.

 libgit2-glib-1.0.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib-1.0.pc.in b/libgit2-glib-1.0.pc.in
index 0ad85f7..41c193e 100644
--- a/libgit2-glib-1.0.pc.in
+++ b/libgit2-glib-1.0.pc.in
@@ -5,7 +5,7 @@ includedir= includedir@
 
 Name: libgit2-glib
 Description: libgit2-glib, a a glib wrapper library around the libgit2 git access library.
-Requires: libgit2 >= GIT2_REQUIRED, glib-2.0 >= @GLIB_REQUIRED@, gobject-2.0 >= @GLIB_REQUIRED@, gio-2.0 >= 
@GLIB_REQUIRED@, gobject-introspection-1.0 >= @INTROSPECTION_REQUIRED
+Requires: libgit2 >= @GIT2_REQUIRED@, glib-2.0 >= @GLIB_REQUIRED@, gobject-2.0 >= @GLIB_REQUIRED@, gio-2.0 
= @GLIB_REQUIRED@, gobject-introspection-1.0 >= @INTROSPECTION_REQUIRED@
 Version: @VERSION@
 Cflags: -I${includedir}/libgit2-glib-1.0
 Libs: -L${libdir} -lgit2-glib-1.0


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