diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-09-19 15:56:02 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-11 14:59:12 +0100 |
commit | 1a7c8fa42c3bbfb296560df56e43a7618f4874a1 (patch) | |
tree | eda38125e5607ee6c7a30d258f005fa0fba47f8f | |
parent | ddbf8dd005eaf412e5a6e3ea26ccfa7e9a60727e (diff) | |
download | meta-qt5-1a7c8fa42c3bbfb296560df56e43a7618f4874a1.tar.gz |
qtlocation: use geoclue 2
QtLocation now has plugin for geoclue 2, remove old comment
and change geoclue to be runtime dependency.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index 7ed00674..f3d49513 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = " \ | |||
14 | DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols" | 14 | DEPENDS += "qtbase qtxmlpatterns qtdeclarative qtquickcontrols" |
15 | 15 | ||
16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
17 | # older geoclue 0.12.99 is needed | 17 | PACKAGECONFIG[geoclue] = ",,,geoclue" |
18 | PACKAGECONFIG[geoclue] = ",,geoclue" | ||
19 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" | 18 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" |
20 | PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here" | 19 | PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here" |
21 | PACKAGECONFIG[geoservices_mapbox] = "-feature-geoservices_mapbox,-no-feature-geoservices_mapbox" | 20 | PACKAGECONFIG[geoservices_mapbox] = "-feature-geoservices_mapbox,-no-feature-geoservices_mapbox" |