blob: bcda6a1e508d3ebd225a89ca64da12e80af54ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
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 \
"
|