diff options
Diffstat (limited to 'recipes-demo-hmi')
-rw-r--r-- | recipes-demo-hmi/navigation/ondemandnavi_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/ondemandnavi_git.bb b/recipes-demo-hmi/navigation/ondemandnavi_git.bb index 03c3cdb3f..e15429b1a 100644 --- a/recipes-demo-hmi/navigation/ondemandnavi_git.bb +++ b/recipes-demo-hmi/navigation/ondemandnavi_git.bb @@ -22,6 +22,10 @@ SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" +# Use OSM tiles by default. +# For mapbox tiles, just comment this out and set an api key. +EXTRA_QMAKEVARS_CONFIGURE += "ENABLE_OSM=1" + inherit qmake5 aglwgt pkgconfig do_install_append() { |