]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: add status report
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Apr 2017 00:54:52 +0000 (20:54 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 2 May 2017 20:29:11 +0000 (16:29 -0400)
commit829257d135c496bd5d2770036c449445f77e0abc
treefd18ffbcde032dc800b2cbcdb93bb71134440585
parent671677dad16a9b13fc1dbb7b33f9ba08ebf8bdcf
meson: add status report

This is similar to what ./configure prints. Instead of a long list of yes/no lines,
I added two lines at the end with "enabled features" and "disabled features".
This is what the mplayer/mencoder ./configure script did back in the day.
The advantage is that it's easy to look at the list of disabled features
and check for any unexpected entries.
meson.build