projects
/
platform
/
upstream
/
libXtst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c47a8
)
Update pkgcheck dependencies to work with separate build roots.
author
Kevin E Martin
<kem@kem.org>
Tue, 1 Nov 2005 15:11:52 +0000
(15:11 +0000)
committer
Kevin E Martin
<kem@kem.org>
Tue, 1 Nov 2005 15:11:52 +0000
(15:11 +0000)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
2029928
..
221bd84
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update pkgcheck dependencies to work with separate build roots.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git
a/configure.ac
b/configure.ac
index
290b0b7
..
4196e37
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-34,7
+34,7
@@
AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto)
+PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto
inputproto
)
AC_SUBST(XTST_CFLAGS)
AC_SUBST(XTST_LIBS)