Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support.

Fixes #830
This commit is contained in:
Kovid Goyal 2018-08-31 07:50:51 +05:30
parent d276317e3a
commit ab960ea12d
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
8 changed files with 26 additions and 6 deletions

View file

@ -70,6 +70,11 @@ Changelog
- macOS: Fix control+tab key combination not working (:iss:`801`)
- Linux: Fix slow startup on some systems caused by GLFW searching for
joysticks. Since kitty does not use joysticks, disable joystick support.
(:iss:`830`)
0.11.3 [2018-07-10]
------------------------------