forked from AuroraMiddleware/gtk
fce9c8b7d4
2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
16 lines
397 B
PkgConfig
16 lines
397 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
target=@gdktarget@
|
|
|
|
gtk_binary_version=@GTK_BINARY_VERSION@
|
|
gtk_host=@host@
|
|
|
|
Name: GTK+
|
|
Description: GTK+ Toolkit (${target} target)
|
|
Version: @VERSION@
|
|
Requires: gdk-${target}-2.0 @GTK_PACKAGES@
|
|
Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/gtk-2.0 @GTK_EXTRA_CFLAGS@
|