On Wed, Sep 25, 2024 at 11:47:09AM +0200, Andreas Tille wrote:
> Hi,
> 
> I intend to work on the latest version of xserver-xorg-input-keyboard/ since
> it showed up as candidate for the Bug of the Day[1].  Unfortunately the latest
> upstream version does not build[2]:
> 
> ...
> configure:12876: checking for gcc options needed to detect all undeclared 
> functions

No, that's not the reason for the failure (failing conftest programs are
normal and expected in certain checks and "detect all undeclared
functions" definitely sounds like one). The reason for the failure is
"configure: error: This is not the keyboard driver you are looking for.
Use evdev or libinput.". Which makes sense.
The actual check for that (see configure.ac) is literally

"""
case $host_os in
  linux*)
"""
.



-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to