mirror of https://github.com/kivy/kivy.git
Adding '/opt/vc/lib' to library_dirs in the proper way for raspberry pi (archlinuxarm)
This commit is contained in:
parent
9e47b0cf4c
commit
86990785bf
2
setup.py
2
setup.py
|
@ -331,7 +331,7 @@ def determine_gl_flags():
|
|||
flags['include_dirs'] = ['/opt/vc/include',
|
||||
'/opt/vc/include/interface/vcos/pthreads',
|
||||
'/opt/vc/include/interface/vmcs_host/linux']
|
||||
flags['extra_link_args'] = ['-L', '/opt/vc/lib']
|
||||
flags['library_dirs'] = ['/opt/vc/lib']
|
||||
flags['libraries'] = ['bcm_host', 'EGL', 'GLESv2']
|
||||
else:
|
||||
flags['libraries'] = ['GL']
|
||||
|
|
Loading…
Reference in New Issue