diff options
Diffstat (limited to 'recipes-qt/qt/qtlocation_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtlocation_agldemo.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-qt/qt/qtlocation_agldemo.inc b/recipes-qt/qt/qtlocation_agldemo.inc new file mode 100644 index 000000000..7d112d03d --- /dev/null +++ b/recipes-qt/qt/qtlocation_agldemo.inc @@ -0,0 +1,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 \ +" |