Thank you, Alan!

Investigating a bit further, I realised that $host_os is not the problem.
The real cause of kdrive input drivers not being automatically built in
linux is a code misplacing in configure.ac: the auto-detection test for
KDRIVE_{EVDEV,KBD,MOUSE} is placed AFTER the corresponding AC_DEFINEs, when
it should be placed BEFORE them.

I'll submit a patch right now!!

2015-06-22 20:34 GMT-03:00 Alan Coopersmith <[email protected]>:

> On 06/22/15 04:30 PM, Laércio de Sousa wrote:
>
>> I'm figuring out why Debian xorg-server builds are failing to
>> automatically
>> enable kdrive's evdev input driver. It seems variable "host_os", which is
>> referenced several times in configure.ac <http://configure.ac>, is
>> undefined
>> when Xorg is built in Debian. However, I've found no other occurrence of
>> this
>> variable in any other file in xserver tree.
>>
>> Where host_os should be defined?
>>
>
> By autoconf's AC_CANONICAL_HOST macro:
>
> http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Canonicalizing.html#Canonicalizing
>
> which is called via the XORG_MANPAGE_SECTIONS macro in xorg-macros.m4,
> which is called via the XORG_DEFAULT_OPTIONS macro in xorg-macros.m4,
> which is called from the xserver/configure.ac script.
>
> --
>         -Alan Coopersmith-              [email protected]
>          Oracle Solaris Engineering - http://blogs.oracle.com/alanc
>



-- 
*Laércio de Sousa*
*Orientador de Informática*
*Escola Municipal "Professor Eulálio Gruppi"*
*Rua Ismael da Silva Mello, 559, Mogi Moderno*
*Mogi das Cruzes - SPCEP 08717-390*
Telefone: (11) 4726-8313
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to