<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-06-11 at 20:31 +0200, Julien Cristau wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Fri, Jun 11, 2010 at 14:06:41 -0400, Gaetan Nadon wrote:

&gt; All input drivers use this variable to set the installation
&gt; path of the input module. For this driver, it was changed
&gt; in commit 708ecbf8557d9e676e3bb07c1f83170f6d9f7cd7.
&gt; One way or another is fine, but breaking a pattern is error prone.

Hrm.  OK, i guess.

&gt; Also restore the use of DRIVER_NAME variable.
&gt; 
This i don't really see the point.  It makes it look like it's possible
to trivially rename the driver, which is not true.
</PRE>
</BLOCKQUOTE>
<BR>
The objective is to restore the pattern used by all input and video drivers. I agree it's not a big deal for DRIVER_NAME. I am open to suggestions to re-write this piece if something better is found. It's easier and less error prone if the same configuration is done the same way. <BR>
<BR>
Just thinking about pros and cons now, using the DRIVER_NAME variable probably prevents hard to find typos in the driver name when it is being repeated many times. Just like we do in C with #define.<BR>
<BR>
There was no comment as to why it was changed, I thought perhaps I missed something.
<BLOCKQUOTE>
<PRE>
xf86-input-acecad/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-aiptek/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-evdev/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-joystick/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-keyboard/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@        &lt;-----
xf86-input-mouse/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-penmount/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-synaptics/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-vmmouse/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-void/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
xf86-input-wacom/src/Makefile.am:@DRIVER_NAME@_drv_ladir = @inputdir@
</PRE>
</BLOCKQUOTE>
&nbsp;&nbsp;&nbsp; + all the video drivers<BR>
<BR>
BTW, I posted v2 for xorg-server.pc<BR>
<BR>
Thanks
<BLOCKQUOTE TYPE=CITE>
<PRE>

Cheers,
Julien
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>