aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-06-12 20:32:02 +0200
committerMartin Jansa <martin.jansa@gmail.com>2023-12-06 14:44:45 +0100
commit1c7fc52655f33aa2af5ea5276b7c2f5c8201d68d (patch)
tree1b6ac9b2dc7780e5f140330a386bb2fcfbc90dbe
parent25d86278e4e8b277e9d3c88061c1a2268a20082a (diff)
qtlocation: enable geoservices_mapboxglupstream/jansa/master
* it was needed to reproduce: https://github.com/meta-qt5/meta-qt5/pull/529 failure Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtlocation_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index a3ddfd3f..aa0649da 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols"
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "geoservices_mapboxgl"
PACKAGECONFIG[geoclue] = ",,,geoclue"
PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy"
PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here"