summaryrefslogtreecommitdiff
path: root/xcomposite.pc.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-06-30 22:49:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-07 10:53:03 -0700
commit219e4de3666e3a7dda42c64ab1539a4cc5adbee4 (patch)
tree1b191634d97516f91ad0f706068ac00e4df76c3e /xcomposite.pc.in
parent01c4691e18b536de6585a0e93e05e2831cf2be34 (diff)
downloadxorg-lib-libXcomposite-219e4de3666e3a7dda42c64ab1539a4cc5adbee4.tar.gz
Remove unneeded dependencies from configure.ac & xcomposite.pc
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>
Diffstat (limited to 'xcomposite.pc.in')
-rw-r--r--xcomposite.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/xcomposite.pc.in b/xcomposite.pc.in
index 18c2a12..bed1f29 100644
--- a/xcomposite.pc.in
+++ b/xcomposite.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@
Name: Xcomposite
-Description: X Composite Library
+Description: X Composite Extension Library
Version: @PACKAGE_VERSION@
-Requires: xproto compositeproto >= @COMPOSITEEXT_VERSION@ xfixes
-Requires.private: x11 xfixes xext
+Requires: xproto compositeproto >= @COMPOSITEEXT_VERSION@
+Requires.private: x11 xfixes
Cflags: -I${includedir}
Libs: -L${libdir} -lXcomposite