summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:49 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:49 +0000
commit44e396d4d636c13958653b7a143164f065b23773 (patch)
treef64fb9c798aa28983a249f51c5de28b71f54b7df
parentbb290cea4cae2391ec954e1467a5e9deaa543343 (diff)
Update pkgconfig files to separate library build-time dependencies fromXORG-6_8_99_903
application build-time dependencies, and update package deps to work with separate build roots.
-rw-r--r--xevie.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/xevie.pc.in b/xevie.pc.in
index 02a037b..c13ee32 100644
--- a/xevie.pc.in
+++ b/xevie.pc.in
@@ -2,11 +2,11 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-xlibs=@X_LIBS@
-xcflags=@X_CFLAGS@
Name: Xevie
Description: X Event Interceptor Library
Version: @VERSION@
-Cflags: -I${includedir} ${xcflags}
-Libs: -L${libdir} -lXcursor ${xlibs}
+Requires: xproto
+Requires.private: x11, xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXevie