]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: reorder the "features" list
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Apr 2021 08:59:03 +0000 (10:59 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Apr 2021 09:04:40 +0000 (11:04 +0200)
commit56d68e715b7eaed3fff9980349409f74e22b6cc1
treecd0db378f12b53fecac1cd4bde383aea631fbc8d
parentc716c2537ff6d11d60a3ceee0752ff8b9f647ad2
meson: reorder the "features" list

Try to make this more manageable by reording:
- dependencies / inputs
  (with subcategory of compression libraries)
- major components / outputs
- optional features / conditionals that don't fit into the two above categories

The division isn't well defined, because libraries often correspond one-to-one
to feature, but not always.
meson.build