mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
bluez detection
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1396 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -182,6 +182,9 @@ if not env['osx64']:
|
||||
if not conf.CheckSDL('1.0.0'):
|
||||
Exit(1)
|
||||
|
||||
if not conf.CheckPKG('bluez'):
|
||||
Exit(1)
|
||||
|
||||
if not env['osx64']:
|
||||
if not conf.CheckPKG('ao'):
|
||||
Exit(1)
|
||||
@ -219,6 +222,9 @@ if not env['osx64']:
|
||||
if not env['osx64']:
|
||||
env.ParseConfig('pkg-config --cflags --libs ao')
|
||||
|
||||
# bluetooth for wii
|
||||
env.ParseConfig('pkg-config --cflags --libs bluez')
|
||||
|
||||
# add methods from utils to env
|
||||
env.AddMethod(utils.filterWarnings)
|
||||
|
||||
|
Reference in New Issue
Block a user