vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
288 stars 66 forks source link

Add Meson buildsystem support #64

Closed mensinda closed 1 year ago

mensinda commented 3 years ago

I basically needed meson support for https://github.com/mensinda/libRuntime to include all my dependencies as subprojects, so I made this port.

Feel free to close this PR if you are happy with Autotools and there is no interest in switching to Meson. In this case, I will maintain this in my branch and possibly submit it to WrapDB

It should be noted that this PR currently does not implement support for testing.


EDIT: I also didn't look into Windows support, but it shouldn't be too hard to add.

DrDaveD commented 1 year ago

It isn't good to add meson as a requirement. If it were optional, that could be considered.