summaryrefslogtreecommitdiff
path: root/xxf86dga.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
commit81f335d928ea693c6dff24c2a170010959b1cc1d (patch)
treefcbc36b3d3f1b21e32762ea1956504001a1e6811 /xxf86dga.pc.in
parenta346dd66fdfe04d2cb41bd2f7869f1c6b90e5941 (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 'xxf86dga.pc.in')
-rw-r--r--xxf86dga.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xxf86dga.pc.in b/xxf86dga.pc.in
index f09aeb3..30d2912 100644
--- a/xxf86dga.pc.in
+++ b/xxf86dga.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xxf86dga
Description: XFree86 Direct Graphics Access Extension Library
Version: @VERSION@
-Cflags: -I${includedir} @XXF86DGA_CFLAGS@
-Libs: -L${libdir} -lXxf86dga @XXF86DGA_LIBS@
+Requires: xf86dgaproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXxf86dga