From e7ad2637d80bebd49172bfa8641a7b33a2227135 Mon Sep 17 00:00:00 2001 From: Robert Ricci Date: Sat, 2 Jun 2018 11:46:10 -0600 Subject: [PATCH] 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 --- glfw/source-info.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/glfw/source-info.json b/glfw/source-info.json index 9bb069df8..ee48cae69 100644 --- a/glfw/source-info.json +++ b/glfw/source-info.json @@ -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" ] } -} \ No newline at end of file +}