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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user