2000-11-29 Martin Baulig <baulig@suse.de> * *.pc.in: Make the pkg-config scripts actually work.
12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GDK
|
|
Description: GIMP Drawing Kit
|
|
Version: @VERSION@
|
|
Requires: glib
|
|
Libs: -L${libdir} @x_ldflags@ -lgdk @INTLLIBS@ @GDK_WLIBS@ @x_libs@ -lm
|
|
Cflags: -I${includedir}/gtk-1.2 @x_cflags@
|