summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--xxf86dga.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4567ef2..549ce3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xxf86dga.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
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