mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Don't 'hardcode' linux joystick for x11 module
The correct joystick module appears to be inserted in the list in glfw.py . This fixes the build on FreeBSD 11
This commit is contained in:
parent
8e84b21452
commit
e7ad2637d8
1 changed files with 3 additions and 5 deletions
|
|
@ -113,8 +113,7 @@
|
|||
"posix_thread.h",
|
||||
"glx_context.h",
|
||||
"egl_context.h",
|
||||
"osmesa_context.h",
|
||||
"linux_joystick.h"
|
||||
"osmesa_context.h"
|
||||
],
|
||||
"sources": [
|
||||
"x11_init.c",
|
||||
|
|
@ -125,8 +124,7 @@
|
|||
"posix_thread.c",
|
||||
"glx_context.c",
|
||||
"egl_context.c",
|
||||
"osmesa_context.c",
|
||||
"linux_joystick.c"
|
||||
"osmesa_context.c"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue