2011-10-05 15:15:45 -07:00
|
|
|
#
|
2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-10-05 15:15:45 -07:00
|
|
|
|
2011-08-03 05:06:00 -07:00
|
|
|
ifdef MOZ_GAMEPAD
|
|
|
|
LOCAL_INCLUDES = -I$(topsrcdir)/dom/base
|
|
|
|
endif
|
|
|
|
|
2011-10-05 15:15:45 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2011-11-03 03:33:31 -07:00
|
|
|
|
2013-03-27 18:20:27 -07:00
|
|
|
CFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
|
|
|
|
CXXFLAGS += $(GLIB_CFLAGS) $(MOZ_DBUS_GLIB_CFLAGS)
|
2012-05-08 14:36:07 -07:00
|
|
|
|
|
|
|
ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
|
|
|
|
# So that we can call nsScreenManagerGonk::GetConfiguration().
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/widget/gonk
|
|
|
|
LOCAL_INCLUDES += -I$(topsrcdir)/widget/xpwidgets
|
2013-05-02 08:42:52 -07:00
|
|
|
LOCAL_INCLUDES += -I$(ANDROID_SOURCE)/hardware/libhardware_legacy/include
|
2012-07-06 03:42:10 -07:00
|
|
|
endif
|