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>2024-05-24 10:23:29 +0200
commit5aac1faa79783a1033a5ce4939f02b2ff88ed93f (patch)
tree53d9548edb8386b0bc1840c49089bc267408d696
parent2407aa35eb4f34865ea365f82612b01613ff3611 (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 2863e484..7752dc21 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"