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 | fcbf0710165e6f87633e5a044229172c81a90341 (patch) | |
tree | 2a1a25a9242e35f6f0b08e7e7ba32db5172e776c /xi.pc.in | |
parent | ef419a10f278e3fc66f2e4166c895e7ffcaab58d (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 'xi.pc.in')
-rw-r--r-- | xi.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xi Description: X Input Extension Library Version: @VERSION@ -Cflags: -I${includedir} @XI_CFLAGS@ -Libs: -L${libdir} -lXi @XI_LIBS@ +Requires: inputproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXi |