forked from AuroraMiddleware/gtk
f717bda197
(the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
13 lines
340 B
PkgConfig
13 lines
340 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
target=@gdktarget@
|
|
|
|
Name: GDK
|
|
Description: GIMP Drawing Kit
|
|
Version: @VERSION@
|
|
Requires: gdk-pixbuf,pangox
|
|
Libs: -L${libdir} @more_ldflags@ -lgdk-${target}-1.3 @more_libs@ @GDK_WLIBS@
|
|
Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @more_cflags@
|