File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ EXAMPLE_IMAGE_PATH=$(CURDIR)/example-images
1313export PKG_CONFIG_PATH =$(LIB_PATH ) /pkgconfig
1414export LD_LIBRARY_PATH=$(LIB_PATH ) :$$LD_LIBRARY_PATH
1515
16- build-SharpHEICLayer :
16+ build-SharpHEICLayer : libvips
1717 mkdir -p " $( ARTIFACTS_DIR) /nodejs"
1818 mkdir -p " $( ARTIFACTS_DIR) /lib"
1919
@@ -40,10 +40,10 @@ libheif: libde265
4040 curl -L https://github.com/strukturag/libheif/releases/download/v$(LIBHEIF_VERSION ) /libheif-$(LIBHEIF_VERSION ) .tar.gz | tar zx
4141 cd libheif-$(LIBHEIF_VERSION ) && mkdir build && cd build && cmake -DCMAKE_INSTALL_LIBDIR=$(LIB_PATH ) --preset=release .. && make && make install
4242
43- libvips : installLib libheif libwebp
43+ libvips : installLib
4444 # libvips
4545 curl -L https://github.com/libvips/libvips/releases/download/v$(VIPS_VERSION ) /vips-$(VIPS_VERSION ) .tar.xz | tar xJ
46- cd vips-$(VIPS_VERSION ) && meson setup build -Dexamples=true -Dheif=enabled -Dlcms=enabled && cd build && meson compile && meson test && meson install
46+ cd vips-$(VIPS_VERSION ) && meson setup build -Dexamples=true && cd build && meson compile && meson test && meson install
4747
4848# libheif: libde265
4949# # libheif
You can’t perform that action at this time.
0 commit comments