[libgit2-glib] Require gio-2.0 in pkg-config file
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Require gio-2.0 in pkg-config file
- Date: Wed, 18 Jul 2012 01:36:49 +0000 (UTC)
commit e7fbd4bd535bc22f4e79e2bef8776cf8fc983767
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Wed Jul 18 04:33:43 2012 +0300
Require gio-2.0 in pkg-config file
Without this, app developer will have to explicitly add
`pkg-config --libs gio-2.0` to linker flags.
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 9a5f0e3..0ad85f7 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@, 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]