mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 13:27:59 -05:00
OpenCL: A bit more work.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4347 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -240,6 +240,9 @@ if sys.platform == 'darwin':
|
||||
|
||||
env['HAVE_SDL'] = conf.CheckSDL('1.0.0')
|
||||
|
||||
# OpenCL
|
||||
env['HAVE_OPENCL'] = conf.CheckPKG('opencl')
|
||||
|
||||
# Bluetooth for wii support
|
||||
env['HAVE_BLUEZ'] = conf.CheckPKG('bluez')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user