SHA256
1
0
forked from pool/gucharmap
gucharmap/gucharmap-fix-pkg-config.patch

21 lines
687 B
Diff

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
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@