summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:39 +0000
commitf7dd4c4ce6d4782511c1955bb5d5a22e63d810a3 (patch)
tree320aca51b594e02718fd104e2e91f1b9ea04a559
parent5cf68db52b166f6f71f2d3266bb8adf7d6ddfd3c (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--ChangeLog8
-rw-r--r--configure.ac2
-rw-r--r--windowswm.pc.in6
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 108b9de..c2fa2da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * windowswm.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+ * configure.ac:
+ Update dependencies to work with separate build roots.
+
2005-11-09 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index fe3a082..e338418 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(WINDOWSWM, x11 xext windowswmproto)
+PKG_CHECK_MODULES(WINDOWSWM, x11 xext xextproto windowswmproto)
AC_SUBST(WINDOWSWM_CFLAGS)
AC_SUBST(WINDOWSWM_LIBS)
diff --git a/windowswm.pc.in b/windowswm.pc.in
index fe644b8..779c908 100644
--- a/windowswm.pc.in
+++ b/windowswm.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: WindowsWM
Description: The WindowsWM Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @DEP_CFLAGS@
-Libs: -L${libdir} -lWindowsWM @DEP_LIBS@
-
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lWindowsWM