From d62b690a48af940835c5a03ed478fe735827b502 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 27 Jan 2022 11:27:36 +0530 Subject: [PATCH] subprojects/libpng: Update to latest wrap file It was getting pulled in automatically via cairo, but the version there is too old for us. We need the latest to fix Windows ARM64 NEON support: > ERROR: No specified compiler can handle file subprojects\libpng-1.6.37\arm/filter_neon.S Part-of: --- subprojects/libpng.wrap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 subprojects/libpng.wrap diff --git a/subprojects/libpng.wrap b/subprojects/libpng.wrap new file mode 100644 index 0000000000..35cfaa75c1 --- /dev/null +++ b/subprojects/libpng.wrap @@ -0,0 +1,11 @@ +[wrap-file] +directory = libpng-1.6.37 +source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz +source_filename = libpng-1.6.37.tar.gz +source_hash = ca74a0dace179a8422187671aee97dd3892b53e168627145271cad5b5ac81307 +patch_filename = libpng_1.6.37-5_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.37-5/get_patch +patch_hash = 822200906ad2e82dc8b44e79fe960e980ccad96263548c35eef721086a9926f1 + +[provide] +libpng = libpng_dep