diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:41 +0000 |
commit | 5805e223e70e84d07f9203ae30effcbbc40746a6 (patch) | |
tree | 7f7fa24c792873c7ee6f971741611b280931650f /xdamage.pc.in | |
parent | 48527807411901e1d6806a2c9e8a84e1fa684042 (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 'xdamage.pc.in')
-rw-r--r-- | xdamage.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xdamage.pc.in b/xdamage.pc.in index e11691f..3fab73f 100644 --- a/xdamage.pc.in +++ b/xdamage.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xdamage Description: X Damage Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XDAMAGE_CFLAGS@ @X_CFLAGS@ -Libs: -L${libdir} -lXdamage @XDAMAGE_LIBS@ @X_LIBS@ +Requires: xproto damageproto >= @DAMAGEEXT_VERSION@ xfixes +Requires.private: x11 xfixes +Cflags: -I${includedir} +Libs: -L${libdir} -lXdamage |