musl: meson: gracefully disable utmp support

musl only provides fake utmp functions, and these are not usable.
Let's disable the feature when building with musl.
This commit is contained in:
Yu Watanabe
2025-11-18 02:52:38 +09:00
parent 0ecff59065
commit 1a2ba82421

View File

@@ -1687,7 +1687,7 @@ foreach tuple : [
['timesyncd'],
['tmpfiles'],
['tpm'],
['utmp'],
['utmp', get_option('libc') != 'musl', 'musl does not support it'],
['userdb'],
['vconsole'],
['xdg-autostart'],