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:
Robert Ricci
2018-06-02 11:46:10 -06:00
parent 8e84b21452
commit e7ad2637d8

View File

@@ -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"
]
}
}
}