summarylogtreecommitdiffstats
path: root/0002-Disable-mapbox.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2018-09-29 11:52:11 -0300
committerGonzalo Exequiel Pedone2018-09-29 11:52:11 -0300
commit53d5c0596fe759ba1a1cef60562881d3b56a59de (patch)
tree6e3422f67e8f9ad84b6c8b0f8d766a0b04f376b2 /0002-Disable-mapbox.patch
parent83cce1aac9147dcead14b3c88aff1fb11f610f3f (diff)
downloadaur-53d5c0596fe759ba1a1cef60562881d3b56a59de.tar.gz
Disabled mapbox. Removed QMAKE_PRL_BUILD_DIR in .prl files.
Diffstat (limited to '0002-Disable-mapbox.patch')
-rw-r--r--0002-Disable-mapbox.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/0002-Disable-mapbox.patch b/0002-Disable-mapbox.patch
new file mode 100644
index 000000000000..2266f773a475
--- /dev/null
+++ b/0002-Disable-mapbox.patch
@@ -0,0 +1,15 @@
+--- a/qtlocation/src/plugins/geoservices/geoservices.pro 2018-08-31 09:50:06.000000000 -0300
++++ b/qtlocation/src/plugins/geoservices/geoservices.pro 2018-09-29 09:32:24.465419357 -0300
+@@ -7,12 +7,3 @@
+ qtConfig(geoservices_esri): SUBDIRS += esri
+ qtConfig(geoservices_itemsoverlay): SUBDIRS += itemsoverlay
+ qtConfig(geoservices_osm): SUBDIRS += osm
+-
+-qtConfig(geoservices_mapboxgl) {
+- !exists(../../3rdparty/mapbox-gl-native/mapbox-gl-native.pro) {
+- warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
+- } else {
+- SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
+- mapboxgl.depends = ../../3rdparty/mapbox-gl-native
+- }
+-}