Bug 975732 - Move one CXXFLAGS variable in dom/bluetooth to DEFINES; r=mshal

This commit is contained in:
Ehsan Akhgari 2014-02-22 21:42:12 -05:00
parent 2cb5c4da7a
commit dea85f2037
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -66,6 +66,7 @@ if CONFIG['MOZ_B2G_BT']:
'bluez/linux',
]
DEFINES['MOZ_BLUETOOTH_DBUS'] = True
DEFINES['HAVE_PTHREADS'] = True
FINAL_LIBRARY = 'gklayout'