We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2659

Summary: Do not detect and try to use Linux input events on non-Linux archs in an autotools setup
Product: SDL Reporter: Marcus von Appen <mva>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2 CC: icculus
Version: HG 2.1Keywords: target-2.0.4, triage-2.0.4
Hardware: All   
OS: All   
Attachments: Patch to make CheckInputEvents and CheckInputKD conditional

Description Marcus von Appen 2014-07-23 05:44:08 UTC
Created attachment 1784 [details]
Patch to make CheckInputEvents and CheckInputKD conditional

CheckInputEvents and CheckInputKD should only be tested for on Linux hosts. Other systems such as FreeBSD may provide Linux compatibility shims, but do not offer the functionality.
Comment 1 Ryan C. Gordon 2015-02-19 05:22:20 UTC
Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though!
Comment 2 Ryan C. Gordon 2015-04-07 04:57:56 UTC
(sorry if you get a lot of copies of this email, I'm marking several bugs at once)

Marking bugs for the (mostly) final 2.0.4 TODO list. This means we're hoping to resolve this bug before 2.0.4 ships if possible. In a perfect world, the open bug count with the target-2.0.4 keyword is zero when we ship.

(Note that closing a bug report as WONTFIX, INVALID or WORKSFORME might still happen.)

--ryan.
Comment 3 Ryan C. Gordon 2015-04-26 00:49:52 UTC
This patch is now https://hg.libsdl.org/SDL/rev/98c57505d74d, thanks!

--ryan.