1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 SOURCES += ["GpsdLocationProvider.cpp"]
10 CXXFLAGS += CONFIG["MOZ_GPSD_CFLAGS"]
12 OS_LIBS += CONFIG["MOZ_GPSD_LIBS"]
14 LOCAL_INCLUDES += ["/dom/geolocation"]
17 if CONFIG["MOZ_ENABLE_DBUS"]:
18 SOURCES += ["GeoclueLocationProvider.cpp"]
19 SOURCES += ["PortalLocationProvider.cpp"]
20 LOCAL_INCLUDES += ["/dom/geolocation"]
21 CXXFLAGS += CONFIG["MOZ_DBUS_GLIB_CFLAGS"]
22 CXXFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]