Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions layer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ libvips: installLib libheif libwebp
# cd vips-$(VIPS_VERSION)/tools && ./vips rot $(EXAMPLE_IMAGE_PATH)/example.heic $(EXAMPLE_IMAGE_PATH)/example-rot.jpeg d90

installLib:
dnf groupinstall -y "Development Tools" && \
dnf install -y \
yum groupinstall -y "Development Tools" && \
yum install -y \
glib2-devel \
expat-devel \
libjpeg-turbo-devel \
Expand Down
Loading