[gcr] Add gobject and gio dependencies to package config files



commit 7fbd8c05ab28a38c924fe8f607d93c54b6e3079f
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Dec 19 12:33:57 2011 +0100

    Add gobject and gio dependencies to package config files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666498

 gck/gck.pc.in      |    2 +-
 gcr/gcr-base.pc.in |    2 +-
 gcr/gcr.pc.in      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gck/gck.pc.in b/gck/gck.pc.in
index 1f0f8ac..4a46409 100644
--- a/gck/gck.pc.in
+++ b/gck/gck.pc.in
@@ -9,6 +9,6 @@ sysconfdir= sysconfdir@
 Name: gck- GCK_MAJOR@
 Description: GObject bindings for PKCS#11
 Version: @VERSION@
-Requires: glib-2.0 p11-kit-1
+Requires: glib-2.0 gobject-2.0 gio-2.0 p11-kit-1
 Libs: -L${libdir} -lgck- GCK_MAJOR@
 Cflags: -I${includedir}/gck- GCK_MAJOR@
diff --git a/gcr/gcr-base.pc.in b/gcr/gcr-base.pc.in
index 629882a..afb0114 100644
--- a/gcr/gcr-base.pc.in
+++ b/gcr/gcr-base.pc.in
@@ -11,6 +11,6 @@ pkcs11standalonedir= pkcs11standalonedir@
 Name: gcr-base- GCR_MAJOR@
 Description: GObject library for high level crypto parsing
 Version: @VERSION@
-Requires: glib-2.0 gck- GCK_MAJOR@ p11-kit-1
+Requires: glib-2.0 gobject-2.0 gio-2.0 gck- GCK_MAJOR@ p11-kit-1
 Libs: -L${libdir} -lgcr-base- GCR_MAJOR@
 Cflags: -I${includedir}/gcr- GCR_MAJOR@
diff --git a/gcr/gcr.pc.in b/gcr/gcr.pc.in
index 47f8935..5410bfa 100644
--- a/gcr/gcr.pc.in
+++ b/gcr/gcr.pc.in
@@ -11,6 +11,6 @@ pkcs11standalonedir= pkcs11standalonedir@
 Name: gcr- GCR_MAJOR@
 Description: GObject and GUI library for high level crypto parsing and display
 Version: @VERSION@
-Requires: glib-2.0 gtk+-3.0 gcr-base- GCR_MAJOR@ gck- GCK_MAJOR@ p11-kit-1
+Requires: glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 gcr-base- GCR_MAJOR@ gck- GCK_MAJOR@ p11-kit-1
 Libs: -L${libdir} -lgcr- GCR_MAJOR@
 Cflags: -I${includedir}/gcr- GCR_MAJOR@



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