diff mbox series

[1/1] package/qt5/qt5location: remove unused qt5location-mapboxgl

Message ID 20220206215734.3853337-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/qt5/qt5location: remove unused qt5location-mapboxgl | expand

Commit Message

James Hilliard Feb. 6, 2022, 9:57 p.m. UTC
This was only needed when the mapboxgl submodule was a separate
package(was never included in buildroot only a patch series).

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/qt5/qt5location/Config.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 16, 2022, 1:14 p.m. UTC | #1
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > This was only needed when the mapboxgl submodule was a separate
 > package(was never included in buildroot only a patch series).

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/qt5/qt5location/Config.in b/package/qt5/qt5location/Config.in
index b811f9a590..3d91adaf1f 100644
--- a/package/qt5/qt5location/Config.in
+++ b/package/qt5/qt5location/Config.in
@@ -1,7 +1,6 @@ 
 config BR2_PACKAGE_QT5LOCATION
 	bool "qt5location"
 	select BR2_PACKAGE_QT5BASE_GUI
-	select BR2_PACKAGE_QT5LOCATION_MAPBOXGL
 	help
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.