summaryrefslogtreecommitdiff
path: root/xcomposite.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded dependencies from configure.ac & xcomposite.pcAlan Coopersmith2010-07-071-3/+3
| | | | | | | | | | | | | | | 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>
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-191-2/+4
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-031-2/+2
| | | | a global configure cache don't get confused.
* Require modular X library. Unify dependency _CFLAGS/_LIBSKeith Packard2005-07-111-3/+3
|
* Add Xdamage build systemSøren Sandmann Pedersen2005-05-171-0/+10