blob: 7d112d03d9b207a1d817c129f19d169d19dd96cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
FILESEXTRAPATHS_prepend := "${THISDIR}/qtlocation:"
SRC_URI += "\
file://0001-mapbox-update-API-url-to-match-new-schema.patch \
"
# Need to explicitly enable the various plugins
PACKAGECONFIG += " \
geoservices_osm \
geoservices_here \
geoservices_itemsoverlay \
geoservices_mapbox \
geoservices_mapboxgl \
"
|