summaryrefslogtreecommitdiff
path: root/xcomposite.pc.in
AgeCommit message (Collapse)Author
2010-07-07Remove unneeded dependencies from configure.ac & xcomposite.pcAlan Coopersmith
We only need Xfixes headers for the XserverRegion definition, don't need to link against it directly or require clients link against it, so only use CFLAGS from it in the Makefile, and only list it in Requires.private in the .pc file. Don't need libXext at all - no headers or functions from it are used. Also clean up some extra appearances of *_CFLAGS & *_LIBS that aren't needed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson
a global configure cache don't get confused.
2005-07-11Require modular X library. Unify dependency _CFLAGS/_LIBSKeith Packard
2005-05-17Add Xdamage build systemSøren Sandmann Pedersen