Add some disabled packages (#2106)
[termux-packages] / disabled-packages / qt5 / qtlocation-src-plugins-geoservices-geoservices.pro.patch
diff --git a/disabled-packages/qt5/qtlocation-src-plugins-geoservices-geoservices.pro.patch b/disabled-packages/qt5/qtlocation-src-plugins-geoservices-geoservices.pro.patch
new file mode 100644 (file)
index 0000000..7a91869
--- /dev/null
@@ -0,0 +1,14 @@
+--- ./qtlocation/src/plugins/geoservices/geoservices.pro       2017-09-25 22:25:20.000000000 +0530
++++ ../geoservices.pro 2017-11-16 11:28:04.911486902 +0530
+@@ -8,11 +8,3 @@
+ 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
+-    }
+-}