diff options
author | Cody Russell <bratsche@gnome.org> | 2008-07-03 05:47:22 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-07-03 05:47:22 +0000 |
commit | 7a500d97b2d27f0e390385d82b5918cdaa127bac (patch) | |
tree | 84097e8e4eb28ba5efb0728c67297139dadd01b1 /gtk+-2.0.pc.in | |
parent | d2343ff20b6ad13d5e9d12b6fb79cbcd79b50f82 (diff) | |
download | gtk+-7a500d97b2d27f0e390385d82b5918cdaa127bac.tar.gz |
Bug 540529 – Remove all GIMP references
2008-07-03 Cody Russell <bratsche@gnome.org>
Bug 540529 – Remove all GIMP references
* gtk+-2.0.pc.in:
* gdk-2.0.pc.in:
* gtk+-unix-print-2.0.pc.in:
* gtk+-2.0-uninstalled.pc.in:
* gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
GTK+ Graphical UI Library in the pkg-config files.
svn path=/trunk/; revision=20739
Diffstat (limited to 'gtk+-2.0.pc.in')
-rw-r--r-- | gtk+-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk+-2.0.pc.in b/gtk+-2.0.pc.in index 08494f156f..46853e1078 100644 --- a/gtk+-2.0.pc.in +++ b/gtk+-2.0.pc.in @@ -8,7 +8,7 @@ gtk_binary_version=@GTK_BINARY_VERSION@ gtk_host=@host@ Name: GTK+ -Description: GIMP Tool Kit (${target} target) +Description: GTK+ Graphical UI Library (${target} target) Version: @VERSION@ Requires: gdk-${target}-2.0 @GTK_PACKAGES@ Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@ |