summaryrefslogtreecommitdiff
path: root/xpm.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
commita6fbdb403efd3bf7e1179660959fd0e66a301ce0 (patch)
treef4a5fa0a03c901559ed71ec0a190d69e489be20d /xpm.pc.in
parent82513d04a8381da8d2281d7581f6b0d65901aede (diff)
downloadxorg-lib-libXpm-a6fbdb403efd3bf7e1179660959fd0e66a301ce0.tar.gz
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 'xpm.pc.in')
-rw-r--r--xpm.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xpm.pc.in b/xpm.pc.in
index b666e53..e7be72f 100644
--- a/xpm.pc.in
+++ b/xpm.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xpm
Description: X Pixmap Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXpm @XPM_LIBS@ @LIBS@
-Cflags: -I${includedir} @XPM_CFLAGS@
+Requires: x11
+Requires.private: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXpm