libvips: add highway as a dependency (#10868)

In preparation for https://github.com/libvips/libvips/pull/3618.
This commit is contained in:
Kleis Auke Wolthuizen 2023-08-22 22:21:45 +02:00 committed by GitHub
parent 82e99bf6b8
commit 89231070c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ RUN git clone --depth 1 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 https://github.com/strukturag/libheif.git
RUN git clone --depth 1 https://github.com/lovell/libimagequant.git
RUN git clone --depth 1 https://github.com/dloebl/cgif.git
RUN git clone --depth 1 https://github.com/google/highway.git
WORKDIR libvips
COPY build.sh $SRC/