summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-qt5
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-27 13:40:55 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-27 13:40:55 -0500
commit3de6f6ed81169ca9913563d4b3d531953734545d (patch)
tree8911577b688bb4a977d235dc8da47dd2862cda52 /meta-agl-profile-graphical-qt5
parentb7fdcead5a738b986d74ba8c00be88fe7a44af74 (diff)
meta-agl-profile-graphical-qt5: enable qt5location services
Add bbappend for qt5location to enable the various geoservices providers in its PACKAGECONFIG. They were previously enabled by default, so this is required to yield the same location services support that was present in pre-zeus builds. Bug-AGL: SPEC-2932 Change-Id: Ic797e5d665560f21557b153f95a5d554bca0dc2e Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-graphical-qt5')
-rw-r--r--meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend
new file mode 100644
index 000000000..115cea131
--- /dev/null
+++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend
@@ -0,0 +1,8 @@
+# Need to explicitly enable the various plugins
+PACKAGECONFIG += " \
+ geoservices_osm \
+ geoservices_here \
+ geoservices_itemsoverlay \
+ geoservices_mapbox \
+ geoservices_mapboxgl \
+"