mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40: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.
12 lines
292 B
PkgConfig
12 lines
292 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GdkPixbuf Xlib
|
|
Description: GdkPixbuf rendering for Xlib
|
|
Version: @VERSION@
|
|
Requires: gobject-2.0,gmodule-2.0,gdk-pixbuf-2.0
|
|
Libs: -L${libdir} -lgdk_pixbuf_xlib-@GTK_API_VERSION@
|
|
Cflags: -I${includedir}
|