Xorg-1.7.3 XCALIBRATE touchscreen
Marco Cavallini
koansoftware at gmail.com
Fri Jan 15 12:33:42 PST 2010
Dan Nicholson ha scritto, Il 15/01/2010 19:17:
>
> The config.log says that you don't have the XCALIBRATE extension built
> into the server.
>
> XCALIBRATE_TRUE='#'
>
> That means the automake conditional to build the xcalibrate sources
> will be false. So, you'll have to run configure again and see what it
> says about finding the xcalibrate dependencies.
Looks like configure.ac wants KDRIVE in order to enable xcalibrate,
isn't it?
if test "x$XCALIBRATE" = xyes && test "$KDRIVE" = yes; then
AC_DEFINE(XCALIBRATE, 1, [Build XCalibrate extension])
REQUIRED_MODULES="$REQUIRED_MODULES $XCALIBRATEPROTO"
else
XCALIBRATE=no
fi
AM_CONDITIONAL(XCALIBRATE, [test "x$XCALIBRATE" = xyes])
What do you suggest to do?
TIA
-
/marco
More information about the xorg
mailing list