summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-09-19 15:56:02 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-27 11:31:02 +0300
commite127a6becc6ef32bf0e26a7507db97d5a73cbfc3 (patch)
treefeb06976a9079a06dcd4c985d4b0bb72f58ccdea
parent61d0a61f4a19521b7b3d4379839210c0ad0bebb1 (diff)
downloadmeta-qt5-e127a6becc6ef32bf0e26a7507db97d5a73cbfc3.tar.gz
qtlocation: use geoclue 2
QtLocation now has plugin for geoclue 2, remove old comment and change geoclue to be runtime dependency. Change-Id: Ie56ed30beb361db2b155f08ec97cabf8551e9a6f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--recipes-qt/qt5/qtlocation_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index a32b65bc..93fef55b 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = " \
14DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols" 14DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols"
15 15
16PACKAGECONFIG ??= "" 16PACKAGECONFIG ??= ""
17# older geoclue 0.12.99 is needed 17PACKAGECONFIG[geoclue] = ",,,geoclue"
18PACKAGECONFIG[geoclue] = ",,geoclue"
19PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" 18PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy"
20PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here" 19PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here"
21PACKAGECONFIG[geoservices_mapbox] = "-feature-geoservices_mapbox,-no-feature-geoservices_mapbox" 20PACKAGECONFIG[geoservices_mapbox] = "-feature-geoservices_mapbox,-no-feature-geoservices_mapbox"