build-system: remove Grantlee from the container setup scripts

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-10-07 12:48:38 -07:00
parent b29140f6e8
commit 21f1cf09f7
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,6 @@ MXE_TARGETS := i686-w64-mingw32.shared
# The three lines below makes `make` build these "local packages" instead of all packages.
LOCAL_PKG_LIST := curl \
grantlee \
hidapi \
libftdi1 \
libgit2 \

View file

@ -73,9 +73,9 @@ RUN cd /openssl-OpenSSL_1_1_1 && \
RUN apt-get remove -y libqt5core5a libqt5dbus5 libqt5gui5 ruby openssh-client
# now build Subsurface once to populate the dependencies we don't get from
# Ubuntu but that aren't really part of Subsurface (libgit, grantlee, googlemaps)
# Ubuntu but that aren't really part of Subsurface (libgit, googlemaps)
RUN git clone git://github.com/Subsurface/subsurface
RUN bash -e -x ./subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit
# remove the source, but keep the install-root
RUN rm -rf subsurface libgit2 googlemaps grantlee
RUN rm -rf subsurface libgit2 googlemaps