muon
- Does it depend on
libedit
withbestline
? - muon defaults to
static
fordefault_library
unlikemeson
which defaults toshared
- Depends on
meson
or itself to cross compile itself on a glibc host - Does not support
cross-file
- A circular dependency between muon and itself?
- muon replaces meson, but resulting binaries are not stripped?
- Alpine uses the following for
abuild-muon
:
exec muon meson setup \ -Dauto_features=disabled \ -Db_staticpic=true \ -Dpython.bytecompile=0 \ -Dwerror=false \
muon
provides their own fork ofsamurai
that is enabled by default; therefore, there is no need to maintain a separate version or useCFLAGS=-DBOOTSTRAP_NO_SAMU
muon
defaults to$prefix/com
forsharedstatedir
, whilemeson
defaults to/var/lib
ifprefix=/usr