mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 975732 - Move one CXXFLAGS variable in dom/bluetooth to DEFINES; r=mshal
This commit is contained in:
parent
2cb5c4da7a
commit
dea85f2037
@ -22,7 +22,7 @@ else
|
||||
ifdef MOZ_ENABLE_DBUS
|
||||
LOCAL_INCLUDES += $(MOZ_DBUS_CFLAGS)
|
||||
CFLAGS += $(MOZ_DBUS_GLIB_CFLAGS)
|
||||
CXXFLAGS += $(MOZ_DBUS_GLIB_CFLAGS) -DHAVE_PTHREADS
|
||||
CXXFLAGS += $(MOZ_DBUS_GLIB_CFLAGS)
|
||||
endif #MOZ_ENABLE_DBUS
|
||||
endif #MOZ_WIDGET_TOOLKIT
|
||||
endif #MOZ_B2G_BT
|
||||
|
@ -66,6 +66,7 @@ if CONFIG['MOZ_B2G_BT']:
|
||||
'bluez/linux',
|
||||
]
|
||||
DEFINES['MOZ_BLUETOOTH_DBUS'] = True
|
||||
DEFINES['HAVE_PTHREADS'] = True
|
||||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user