From 0a3cfd3f2688e67fabe080d89accb5e4b15f440f Mon Sep 17 00:00:00 2001 From: "ajl@ascii27.net" Date: Mon, 6 May 2024 14:00:53 -0400 Subject: [PATCH] Update Makefile --- layer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layer/Makefile b/layer/Makefile index cae38da..acf1169 100644 --- a/layer/Makefile +++ b/layer/Makefile @@ -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 \