repk / gxlimg

Boot Image creation tool for amlogic s905x (GXL)
BSD 2-Clause "Simplified" License
56 stars 27 forks source link

Add meson.build to build with Meson build system #17

Closed superna9999 closed 2 years ago

superna9999 commented 2 years ago

Ironic isn't it ?

While I also love gool ol' makefiles, Meson is very powerful, modern and is able to set very good compiler flags, and bonus, make integration with build systems (yocto, buildroot, snaps, ...) as easy as with autotools but without the hassle.

repk commented 2 years ago

I am more of an autotools guy myself but considering how short meson.build is but also and mainly because I like the pun I'll allow it :).

Jokes apart, I am wondering why building it with ninja triggers more uninitialized usage warnings that I don't get with "-Wall". Some of them are false positives but some are unlikely but nice catch.

Anyway thanks a lot for that and sorry for the delay.