diff options
author | Gaurav Kalra <gvkalra@gmail.com> | 2019-05-24 17:25:07 +0900 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-05-30 10:38:31 +0000 |
commit | 8bc72a78b13f2f4c5e1cebebaef9e98b9abbb056 (patch) | |
tree | ef62f8ca6e88131980a2201cd4ace0af2c21b4b7 | |
parent | 46c87e060dfd0e6cf132a330eab8cbefddde215d (diff) | |
download | meta-qt5-8bc72a78b13f2f4c5e1cebebaef9e98b9abbb056.tar.gz |
qtlocation: add PACKAGECONFIGs for geoservices
Signed-off-by: Gaurav Kalra <gvkalra@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtlocation_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index f4fedf14..6b09db4c 100644 --- a/recipes-qt/qt5/qtlocation_git.bb +++ b/recipes-qt/qt5/qtlocation_git.bb | |||
@@ -17,6 +17,11 @@ PACKAGECONFIG ??= "" | |||
17 | # older geoclue 0.12.99 is needed | 17 | # older geoclue 0.12.99 is needed |
18 | PACKAGECONFIG[geoclue] = ",,geoclue" | 18 | PACKAGECONFIG[geoclue] = ",,geoclue" |
19 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" | 19 | PACKAGECONFIG[gypsy] = "-feature-gypsy,-no-feature-gypsy,gconf gypsy" |
20 | PACKAGECONFIG[geoservices_here] = "-feature-geoservices_here,-no-feature-geoservices_here" | ||
21 | PACKAGECONFIG[geoservices_mapbox] = "-feature-geoservices_mapbox,-no-feature-geoservices_mapbox" | ||
22 | PACKAGECONFIG[geoservices_esri] = "-feature-geoservices_esri,-no-feature-geoservices_esri" | ||
23 | PACKAGECONFIG[geoservices_itemsoverlay] = "-feature-geoservices_itemsoverlay,-no-feature-geoservices_itemsoverlay" | ||
24 | PACKAGECONFIG[geoservices_osm] = "-feature-geoservices_osm,-no-feature-geoservices_osm" | ||
20 | PACKAGECONFIG[geoservices_mapboxgl] = "-feature-geoservices_mapboxgl,-no-feature-geoservices_mapboxgl" | 25 | PACKAGECONFIG[geoservices_mapboxgl] = "-feature-geoservices_mapboxgl,-no-feature-geoservices_mapboxgl" |
21 | 26 | ||
22 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" | 27 | EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" |