forked from pool/gucharmap
Dominique Leuenberger
93327e8157
Fix broken pkg-config file (=> fix gnome-applets build) OBS-URL: https://build.opensuse.org/request/show/103519 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=74
21 lines
687 B
Diff
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@
|