2012-07-20 02:10:44 -07:00
|
|
|
# Copyright 2012 Mozilla Foundation and Mozilla contributors
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2012-02-20 07:15:19 -08:00
|
|
|
|
2012-09-13 09:37:14 -07:00
|
|
|
ifneq (,$(MOZ_B2G_BT))
|
2012-02-20 07:15:19 -08:00
|
|
|
|
2012-07-17 20:41:54 -07:00
|
|
|
ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
|
2013-11-17 22:29:45 -08:00
|
|
|
ifdef MOZ_B2G_BT_BLUEZ
|
2012-07-17 20:41:54 -07:00
|
|
|
LOCAL_INCLUDES += $(MOZ_DBUS_CFLAGS)
|
2013-11-17 22:29:45 -08:00
|
|
|
endif #MOZ_B2G_BT_BLUEZ
|
2012-07-17 20:41:54 -07:00
|
|
|
else
|
2012-05-07 14:50:25 -07:00
|
|
|
ifdef MOZ_ENABLE_DBUS
|
2012-07-17 20:41:54 -07:00
|
|
|
LOCAL_INCLUDES += $(MOZ_DBUS_CFLAGS)
|
2012-05-07 14:50:25 -07:00
|
|
|
CFLAGS += $(MOZ_DBUS_GLIB_CFLAGS)
|
2014-02-22 18:42:12 -08:00
|
|
|
CXXFLAGS += $(MOZ_DBUS_GLIB_CFLAGS)
|
2013-11-17 22:29:45 -08:00
|
|
|
endif #MOZ_ENABLE_DBUS
|
|
|
|
endif #MOZ_WIDGET_TOOLKIT
|
|
|
|
endif #MOZ_B2G_BT
|