[gucharmap] Fix pkg-config file to not reference old gconf-related variable



commit 15ad66f28147ee0228185fe7171b736f041374e4
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Feb 9 10:56:03 2012 +0100

    Fix pkg-config file to not reference old gconf-related variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669734

 gucharmap.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gucharmap.pc.in b/gucharmap.pc.in
index 664f90a..4d776dd 100644
--- a/gucharmap.pc.in
+++ b/gucharmap.pc.in
@@ -7,6 +7,6 @@ Name: gucharmap
 Description: GTK+ Unicode Character Map
 Version: @VERSION@
 Requires: gtk+- GTK_API_VERSION@ glib-2.0
-Requires.private: @GCONFPKGS@
+Requires.private: gio-2.0
 Libs: -L${libdir} -lgucharmap GUCHARMAP_LIBRARY_SUFFIX_U@
 Cflags: -I${includedir}/gucharmap- GUCHARMAP_API_VERSION@



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