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-04-22 12:19:11 +0200
commit6cced1c27978bc8faf8602ba07910abec5e8f343 (patch)
treeccf5fa9ae5d8a41bfb63474e7796bbd2e3d3804a
parentd8eeef0bfd84672c7919cd346f25f7c9a98ddaea (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"