mirror of https://github.com/kivy/kivy.git
sorry about the syntax error
This commit is contained in:
parent
9d1b531a4c
commit
6043834d45
2
setup.py
2
setup.py
|
@ -600,7 +600,7 @@ def determine_gl_flags():
|
|||
flags['library_dirs'] = ['/opt/vc/lib']
|
||||
from platform import linux_distribution
|
||||
dist = linux_distribution()
|
||||
if if dist[0] == 'debian' and float(dist[1]) >= 9.1:
|
||||
if dist[0] == 'debian' and float(dist[1]) >= 9.1:
|
||||
flags['libraries'] = ['bcm_host', 'brcmEGL', 'brcmGLESv2']
|
||||
else:
|
||||
flags['libraries'] = ['bcm_host', 'EGL', 'GLESv2']
|
||||
|
|
Loading…
Reference in New Issue