Hi, With reference to my earlier post, I have just confirmed that checking for the existence of the dir specified by --with-xmoduledir does in fact break the Debian autobuilder compiles. Now that the details all come flooding back to me, this was the reason we added this option in the first place, so that the xorg driver can be built on systems with only the xorg SDK installed, and a dependency on having a full runtime xorg system installed can be avoided.
Revised patch below. Once again if anyone thinks this breaks something else for them, please let me know so we can find something that doesn't. Cheers, Ron --- wacom-tools-0.7.7.10.orig/linuxwacom/configure.in +++ wacom-tools-0.7.7.10/linuxwacom/configure.in @@ -336,14 +336,14 @@ [ WCM_MODDIR="$withval" ]) -if test -d $WCM_MODDIR; then +if test -n "$WCM_MODDIR"; then + WCM_OPTION_DLLOADER=yes +else if test -d $WCM_XLIBDIR/xorg/modules/input; then WCM_MODDIR=$WCM_XLIBDIR/xorg/modules/input elif test -d $WCM_XLIBDIR/modules/input; then WCM_MODDIR=$WCM_XLIBDIR/modules/input fi -else - WCM_OPTION_DLLOADER=yes fi dnl Check for dlloader ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss