Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evdev is available on FreeBSD, check in 'configure' limited to Linux #3272

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Closed

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: 2.0.9
Reported for operating system, platform: FreeBSD, x86

Comments on the original bug report:

On 2019-06-05 13:04:55 +0000, Jan Martin Mikkelsen wrote:

Hi,

The evdev interface is available on FreeBSD, with the xf86-input-evdev for include files in /usr/local/include/linux, so <linux/input.h> works, or when build with the native evdev option, where <dev/evdev/input.h> is available.

This change to the distribution configure script handles the first case.

diff -dur SDL2-2.0.9.orig/configure SDL2-2.0.9/configure
--- SDL2-2.0.9.orig/configure 2018-10-31 16:07:22.000000000 +0100
+++ SDL2-2.0.9/configure 2019-05-29 18:31:12.865491000 +0200
@@ -24058,9 +24062,9 @@
CheckIME
CheckIBus
CheckFcitx

  •    CheckInputEvents
       case $ARCH in
         linux)
    
  •          CheckInputEvents
             CheckInputKD
         ;;
       esac
    

On 2019-06-05 19:04:02 +0000, Sam Lantinga wrote:

Fixed, thanks!
https://hg.libsdl.org/SDL/rev/0fa532733f3f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant