Comment 30 for bug 195953

Revision history for this message
Tom Jaeger (thjaeger) wrote :

I think this is the issue (from linuxwacom/configure):

if test "$WCM_OPTION_DLLOADER" = yes; then
        if test -f $WCM_MODDIR/evdev_drv.so -o -f $WCM_MODDIR/kbd_drv.so -o -f $WCM_MODDIR/mouse_drv.so; then
                WCM_OPTION_DLLOADER=yes
        else
                WCM_OPTION_DLLOADER=no
        fi
fi

So we should either remove that test or add xserver-xorg-input-kbd to build-depends.

Sorry about that. I'm setting up a pbuilder environment right now to test my hypothesis...