xserver ChangeLog,3.151,3.152 configure.ac,3.66,3.67
Keith Packard
xserver-commit@pdx.freedesktop.org
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv19157
Modified Files:
ChangeLog configure.ac
Log Message:
2004-03-14 Keith Packard <keithp@keithp.com>
* configure.ac:
Don't need 'xi' package when using XInput -- that's the client lib.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.151
retrieving revision 3.152
diff -u -d -r3.151 -r3.152
--- a/ChangeLog 14 Mar 2004 08:13:16 -0000 3.151
+++ b/ChangeLog 14 Mar 2004 08:27:05 -0000 3.152
@@ -1,5 +1,10 @@
2004-03-14 Keith Packard <keithp@keithp.com>
+ * configure.ac:
+ Don't need 'xi' package when using XInput -- that's the client lib.
+
+2004-03-14 Keith Packard <keithp@keithp.com>
+
* hw/xizzle/Makefile.am:
* hw/xizzle/dummy.c:
Yuck. Force a reference to miRegisterRedirectBorderClipProc
Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.66
retrieving revision 3.67
diff -u -d -r3.66 -r3.67
--- a/configure.ac 10 Mar 2004 11:49:11 -0000 3.66
+++ b/configure.ac 14 Mar 2004 08:27:05 -0000 3.67
@@ -201,7 +201,6 @@
AM_CONDITIONAL(XINPUT, [test x$XINPUT = xyes])
if test "$XINPUT" = yes; then
AC_DEFINE(XINPUT,1,[Support X Input extension])
- REQUIRED_MODULES="$REQUIRED_MODULES xi"
EXTENSION_INCS="$EXTENSION_INCS "'-I$(top_srcdir)/Xi'
EXTENSION_LIBS="$EXTENSION_LIBS "'$(top_builddir)/Xi/libXi.a'
fi