From f33e451c112d3121db61785d5943b5a2c0a22479 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Mon, 18 Sep 2017 14:54:05 +0300 Subject: qtlocation: enable mapboxgl plugin by default Change-Id: I1d1295a25bbed42c86e3818d9191ea89eaa19748 Reviewed-by: Samuli Piippo --- recipes-qt/qt5/qtlocation_git.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtlocation_git.bbappend b/recipes-qt/qt5/qtlocation_git.bbappend index 2a949eb..a81e16c 100644 --- a/recipes-qt/qt5/qtlocation_git.bbappend +++ b/recipes-qt/qt5/qtlocation_git.bbappend @@ -1,6 +1,6 @@ ############################################################################ ## -## Copyright (C) 2016 The Qt Company Ltd. +## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. @@ -27,5 +27,6 @@ ## ############################################################################ +PACKAGECONFIG += "geoservices_mapboxgl" EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator" DEPENDS_append_emulator = " qtsimulator" -- cgit v1.2.3-54-g00ecf