francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
911 stars 50 forks source link

Remove meson, replace with Make or cmake #18

Closed matthiasbeyer closed 5 years ago

matthiasbeyer commented 5 years ago

meson pulls in a huge dependency tree into the build environment, but this is only a small C codebase... something like Makefile or a cmake based build would fit way better.

francma commented 5 years ago

It's not that huge. Almost everyone have already Python 3 installed so it's only something like extra 5 MB. I'm not planning on switching to something else as I'm liking Meson so far.