Comment 9 for bug 195953

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

Sorry about that, my keyboard stopped working all of a suddon (this is hardy, after all).
The issues were:

* The scaling quirk needs to be disabled in configure.in (I replaced the test starting at line 444 with "WCM_TABLET_SCALING=no"). Of course, a bootstrap is needed afterwards.

* There were Makefile issues in src/xdrv, basically some include directories needed to be fixed (I don't understand why debian makes everybody's life harder by using separate build directory implemented in this way). I don't know how to do this properly (and I could care less, I really hate autokludge, ), so I just edited Makefile.in. I've attached my version of it.