mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
ec09f3ab15
Tue Mar 5 15:47:54 2002 Owen Taylor <otaylor@redhat.com> * configure.in test/makefile.msc **.pc.in **/*.am: Update version to 2.0.0 * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp files. * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0, Pango, Atk, 1.0.0. * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum version.
16 lines
398 B
PkgConfig
16 lines
398 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: GIMP Tool Kit (${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@
|