Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Peter Hutterer
On Mon, Feb 02, 2009 at 10:39:27PM -0800, Dan Nicholson wrote: On Mon, Feb 2, 2009 at 7:23 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 01:13:35AM -0200, Paulo César Pereira de Andrade wrote: But I think a better approach should be found for pkg-config

Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Dan Nicholson
On Tue, Feb 3, 2009 at 2:13 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Feb 02, 2009 at 10:39:27PM -0800, Dan Nicholson wrote: On Mon, Feb 2, 2009 at 7:23 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 01:13:35AM -0200, Paulo César Pereira de

Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Peter Hutterer
On Tue, Feb 03, 2009 at 05:35:49AM -0800, Dan Nicholson wrote: applied the patch locally, ran make distcheck and it still fails. Am I doing anything wrong? AFAICT from a quick peek, ${includedir} isn't expanded. Can you double-check this please? That part worked for me, but it does fail

Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Dan Nicholson
On Tue, Feb 3, 2009 at 4:39 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 05:35:49AM -0800, Dan Nicholson wrote: applied the patch locally, ran make distcheck and it still fails. Am I doing anything wrong? AFAICT from a quick peek, ${includedir} isn't

Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Peter Hutterer
On Tue, Feb 03, 2009 at 04:50:17PM -0800, Dan Nicholson wrote: On Tue, Feb 3, 2009 at 4:39 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 05:35:49AM -0800, Dan Nicholson wrote: applied the patch locally, ran make distcheck and it still fails. Am I doing

Re: xf86-input-evdev: Changes to 'master'

2009-02-03 Thread Dan Nicholson
On Tue, Feb 3, 2009 at 5:00 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 04:50:17PM -0800, Dan Nicholson wrote: On Tue, Feb 3, 2009 at 4:39 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 05:35:49AM -0800, Dan Nicholson wrote:

Re: xf86-input-evdev: Changes to 'master'

2009-02-02 Thread Paulo César Pereira de Andrade
Dan Nicholson wrote: diff --git a/configure.ac b/configure.ac index 4ba5a8a..809799f 100644 --- a/configure.ac +++ b/configure.ac @@ -72,19 +73,22 @@ XORG_DRIVER_CHECK_EXT(XINPUT, inputproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, xorg-server xproto $REQUIRED_MODULES)

Re: xf86-input-evdev: Changes to 'master'

2009-02-02 Thread Peter Hutterer
On Tue, Feb 03, 2009 at 12:35:14AM -0200, Paulo César Pereira de Andrade wrote: Dan Nicholson wrote: diff --git a/configure.ac b/configure.ac index 4ba5a8a..809799f 100644 --- a/configure.ac +++ b/configure.ac @@ -72,19 +73,22 @@ XORG_DRIVER_CHECK_EXT(XINPUT, inputproto) # Checks for

Re: xf86-input-evdev: Changes to 'master'

2009-02-02 Thread Paulo César Pereira de Andrade
Peter Hutterer wrote: On Tue, Feb 03, 2009 at 12:35:14AM -0200, Paulo César Pereira de Andrade wrote: Dan Nicholson wrote: diff --git a/configure.ac b/configure.ac index 4ba5a8a..809799f 100644 --- a/configure.ac +++ b/configure.ac @@ -72,19 +73,22 @@ XORG_DRIVER_CHECK_EXT(XINPUT,

Re: xf86-input-evdev: Changes to 'master'

2009-02-02 Thread Dan Nicholson
On Mon, Feb 2, 2009 at 7:23 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Feb 03, 2009 at 01:13:35AM -0200, Paulo César Pereira de Andrade wrote: But I think a better approach should be found for pkg-config variables, as creating a configure option is basically only to

Re: xf86-input-evdev: Changes to 'master'

2008-12-07 Thread Sascha Hlusiak
Hi Daniel, Am Tuesday 02 December 2008 10:13:50 schrieb Daniel Stone: On Tue, Dec 02, 2008 at 09:21:33AM +0100, Sascha Hlusiak wrote: Please have a look at xkb/ddxCtrls.c @ XkbDDXUsesSoftRepeat. Software autorepeat will exactly not happen in the server, if delay is set to 660 and rate is

Re: xf86-input-evdev: Changes to 'master'

2008-12-02 Thread Daniel Stone
[Resending with correct address, sorry Sascha.] On Tue, Dec 02, 2008 at 09:21:33AM +0100, Sascha Hlusiak wrote: Please have a look at xkb/ddxCtrls.c @ XkbDDXUsesSoftRepeat. Software autorepeat will exactly not happen in the server, if delay is set to 660 and rate is set to 25 (interval=40).