diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:40 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:40 +0000 |
commit | 88e068f78c24861599829364b393ebb8b0eb6711 (patch) | |
tree | 3661a0f447bf476e75067c123536de2075331cc9 /xcomposite.pc.in | |
parent | 5c429e965d88711a836227b65ab4ef2dc4739932 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'xcomposite.pc.in')
-rw-r--r-- | xcomposite.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xcomposite.pc.in b/xcomposite.pc.in index 0f63312..18c2a12 100644 --- a/xcomposite.pc.in +++ b/xcomposite.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xcomposite Description: X Composite Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XCOMPOSITE_CFLAGS@ -Libs: -L${libdir} -lXcomposite @XCOMPOSITE_LIBS@ +Requires: xproto compositeproto >= @COMPOSITEEXT_VERSION@ xfixes +Requires.private: x11 xfixes xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXcomposite |