Package: pkg-config
Version: 0.21-1
Severity: important
# cat /usr/lib/pkgconfig/xcb.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: XCB
Description: X-protocol C Binding
Version: 1.0
Requires.private: xau pthread-stubs xdmcp
Libs: -L${libdir} -lxcb
Libs.private:
Cflags: -I${includedir}
Yet I get the following (as I don't have libphtread-stubs0-dev installed):
# pkg-config --cflags xcb
Package pthread-stubs was not found in the pkg-config search path.
Perhaps you should add the directory containing `pthread-stubs.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pthread-stubs', required by 'XCB', not found
Seems as if Requires.private is not interpreted correctly.
Cheers,
Michael
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.19.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages pkg-config depends on:
ii libc6 2.3.6.ds1-9 GNU C Library: Shared libraries
pkg-config recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]