While using wrap-file, I noticed that it forcefully extracts downloaded files. I sort of understand that this feature was originally designed for subprojects.
However, sometimes I need to download a single, uncompressed file from the web as a project dependency—for example, an icon. Therefore, the current wrap functionality doesn’t meet my needs.
So I was wondering if it would be possible to design a wrap type specifically for single files, or to set up a separate system dedicated to downloading single-file dependencies without extracting or performing any other processing.
I realize this may conflict with the design philosophy behind subprojects, but I believe this is a common need, so I hope to see this feature implemented in Meson. Thank you very much.
While using
wrap-file, I noticed that it forcefully extracts downloaded files. I sort of understand that this feature was originally designed for subprojects.However, sometimes I need to download a single, uncompressed file from the web as a project dependency—for example, an icon. Therefore, the current
wrapfunctionality doesn’t meet my needs.So I was wondering if it would be possible to design a
wraptype specifically for single files, or to set up a separate system dedicated to downloading single-file dependencies without extracting or performing any other processing.I realize this may conflict with the design philosophy behind subprojects, but I believe this is a common need, so I hope to see this feature implemented in Meson. Thank you very much.