Package: pkg-config
Version: 0.21-1
Severity: normal
The (undocumented) Requires.private option should still be looked at
if the --cflags option has been passed. As can be seen this doesn't
work with gtk+-2.0 currently.
vali:/usr/lib/pkgconfig# pkg-config --cflags gtk+-2.0
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12
vali:/usr/lib/pkgconfig# joe gtk+-2.0.pc
<edited Requires to Requires.private>
File gtk+-2.0.pc saved.
vali:/usr/lib/pkgconfig# pkg-config --cflags gtk+-2.0
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
The contents of gtk+-2.0.pc is reproduced here:
---------------------
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
target=x11
gtk_binary_version=2.4.0
gtk_host=i486-pc-linux-gnu
Name: GTK+
Description: GIMP Tool Kit (${target} target)
Version: 2.8.13
Requires: gdk-${target}-2.0 atk cairo
Libs: -L${libdir} -lgtk-${target}-2.0
Cflags: -I${includedir}/gtk-2.0
---------------------
If you need any more information, let me know.
-- System Information:
Debian Release: 3.1
APT prefers stable
APT policy: (600, 'stable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_AU, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)
Versions of packages pkg-config depends on:
ii libc6 2.3.6-13 GNU C Library: Shared libraries
pkg-config recommends no packages.
-- no debconf information
--
Martijn van Oosterhout
Ecomtel Pty Ltd
Google Talk/Jabber & MSN: [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]