summaryrefslogtreecommitdiff
path: root/xres.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
commit110fc9c3da409c53f2d6f638d0a137c29559cd32 (patch)
tree4e6843b51297ec0981c29e7f593d3671a423feaa /xres.pc.in
parentc6674701dade763eb2d3380755b4c23f47fa6cdb (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 'xres.pc.in')
-rw-r--r--xres.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xres.pc.in b/xres.pc.in
index cad7b72..abbb4b6 100644
--- a/xres.pc.in
+++ b/xres.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: XRes
Description: X Resource Information Extension Library
Version: @VERSION@
-Cflags: -I${includedir} @RESOURCEEXT_CFLAGS@ @XRES_CFLAGS@
-Libs: -L${libdir} -lXRes @RESOURCEEXT_LIBS@ @XRES_LIBS@
+Requires: xproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXRes