--- setup.py.orig 2018-09-06 11:16:50.000000000 -0700
+++ setup.py 2018-09-18 10:29:16.000000000 -0700
c_options['use_egl'] = False
c_options['use_opengl_es2'] = None
c_options['use_opengl_mock'] = environ.get('READTHEDOCS', None) == 'True'
-c_options['use_sdl2'] = None
+c_options['use_sdl2'] = True
c_options['use_ios'] = False
c_options['use_mesagl'] = False
c_options['use_x11'] = False
platform not in ('android',) and c_options['use_sdl2'] is None):
- if c_options['use_osx_frameworks'] and platform == 'darwin':
+ if False and c_options['use_osx_frameworks'] and platform == 'darwin':
# check the existence of frameworks
'https://github.com/kivy-garden/garden/archive/master.zip'],
- 'Kivy-Garden>=0.1.4', 'docutils', 'pygments'