On Sun, Jul 04, 2010 at 03:35:14PM -0400, Gaetan Nadon wrote: > Typo from commit 28a45cd759051ad13bfa5e8c9c13e729472f3e20 > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > configure.ac | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 86e00aa..1f4a72c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -51,7 +51,7 @@ AC_CHECK_LIB([m], [rint]) > XORG_DRIVER_CHECK_EXT(RANDR, randrproto) > > # Obtain compiler/linker options from server and required extensions > -PKG_CHECK_MODULES(XORG, [xorg-server >= 1.7.0] xproto xext kbproto > inputproto $REQUIRED_MODULES) > +PKG_CHECK_MODULES(XORG, [xorg-server >= 1.7.0] xproto xextproto kbproto > inputproto $REQUIRED_MODULES) > > # Obtain compiler/linker options for the xsetwacom tool > PKG_CHECK_MODULES(X11, x11 xi)
are you sure we don't need xext here then? is there any case where we can have libXi devel packages installed but not libXext? > -- > 1.6.0.4 > > All input drivers build successfully on a minimally configured xserver 1.7.0 > While doing this I discovered the typo. No change, in fact, as libXi depends > on libXext. Cheers, Peter ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
