[Xcb] Fix dependencies in xcb-util
Josh Triplett
josh at freedesktop.org
Tue May 9 10:25:10 PDT 2006
Donnie Berkholz wrote:
> Here's a patch that adds correct dependencies in xcb-util. Currently it
> uses a lot of -lfoo, where libfoo is within xcb-util. This fails to
> express the dependency.
This patch looks good, and it definitely seems like an improvement.
However, it doesn't seem to make automake pick up all of the right
dependencies either. For example, in the wm directory, xcbwm-test picks
up a dependency on libXCBWM.la, but not on ../atom/libXCBAtom.la, so
"./autogen.sh && cd wm && make xcbwm-test" will still fail.
(Also, this doesn't handle the fact that xcb_atom.h needs building from
xcb_atom.h.m4, but that problem doesn't show up in dist tarballs since
xcb_atom.h gets built by "make dist{,check}".)
- Josh Triplett
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freedesktop.org/archives/xcb/attachments/20060509/10b5e696/signature.pgp
More information about the Xcb
mailing list