From 3de6f6ed81169ca9913563d4b3d531953734545d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 Jan 2020 13:40:55 -0500 Subject: 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 --- .../recipes-qt/qt5/qtlocation_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend (limited to 'meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend') 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 \ +" -- cgit 1.2.3-korg