buffet / kiwmi

A fully programmable Wayland Compositor
Mozilla Public License 2.0
612 stars 22 forks source link

Make it not build with meson plox. #25

Closed exorcist365 closed 4 years ago

exorcist365 commented 4 years ago

why use meson when the make command exists

buffet commented 4 years ago

I've found that make scales rather poorly with project size. E.g. it's a hassle to deal with dependencies and different configure options.

The choice was basically between meson and autotools, and as meson is way saner and already in the Wayland (specifically the wlroots) ecosystem, the choice was pretty simple.