mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1009347 - Patch 3/4: Using dom/bluetooth2 based on bluetooth API version build flag, f=btian, r=marcosc
This commit is contained in:
parent
f4b7a4a84b
commit
44d6fe6ff5
@ -42,7 +42,6 @@ PARALLEL_DIRS += [
|
||||
'archivereader',
|
||||
'bindings',
|
||||
'battery',
|
||||
'bluetooth',
|
||||
'browser-element',
|
||||
'contacts',
|
||||
'phonenumberutils',
|
||||
@ -115,6 +114,11 @@ if CONFIG['MOZ_NFC']:
|
||||
if CONFIG['MOZ_B2G']:
|
||||
PARALLEL_DIRS += ['downloads']
|
||||
|
||||
if CONFIG['MOZ_B2G_BT_API_V2']:
|
||||
PARALLEL_DIRS += ['bluetooth2']
|
||||
else:
|
||||
PARALLEL_DIRS += ['bluetooth']
|
||||
|
||||
TEST_DIRS += [
|
||||
'tests',
|
||||
'imptests',
|
||||
|
Loading…
Reference in New Issue
Block a user