remove mapbox-gl-native (#210)

This commit is contained in:
Adeeb Shihadeh
2024-07-14 11:16:08 -07:00
committed by GitHub
parent 486e7a538e
commit df5a34a5bf
3 changed files with 0 additions and 16 deletions
-4
View File
@@ -43,10 +43,6 @@ FROM agnos-compiler as agnos-compiler-ffmpeg
COPY ./userspace/compile-ffmpeg.sh /tmp/agnos/
RUN /tmp/agnos/compile-ffmpeg.sh
FROM agnos-compiler as agnos-compiler-mapbox-gl-native
COPY ./userspace/compile-mapbox-gl-native.sh /tmp/agnos/
RUN /tmp/agnos/compile-mapbox-gl-native.sh
FROM agnos-compiler as agnos-compiler-qtwayland5
COPY ./userspace/compile-qtwayland5.sh /tmp/agnos/
COPY ./userspace/qtwayland/patch /tmp/agnos/
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash -e
# Build mapbox-gl-native
cd /tmp
git clone --recursive https://github.com/commaai/mapbox-gl-native.git
cd mapbox-gl-native
git checkout 69f41ffff655ee28834c167ad1353112f370e6e5
mkdir build && cd build
cmake -DMBGL_WITH_QT=ON ..
make -j$(nproc) mbgl-qt
mv libqmapboxgl.so /tmp/libqmapboxgl.so
-1
View File
@@ -61,7 +61,6 @@ apt-get install --no-install-recommends -yq \
vnstat \
wget \
zlib1g-dev \
libqt5location5-plugin-mapboxgl \
libqt5opengl5-dev \
libqt5sql5-sqlite \
libqt5svg5-dev \