mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
meson: drop duplicated condition
The generic check suffices for those four.
This commit is contained in:
parent
3ddf3d4394
commit
6bd2bc8e16
@ -3047,10 +3047,10 @@ foreach tuple : [
|
||||
['blkid'],
|
||||
['dbus'],
|
||||
['glib'],
|
||||
['nss-myhostname', conf.get('ENABLE_NSS_MYHOSTNAME') == 1],
|
||||
['nss-mymachines', conf.get('ENABLE_NSS_MYMACHINES') == 1],
|
||||
['nss-resolve', conf.get('ENABLE_NSS_RESOLVE') == 1],
|
||||
['nss-systemd', conf.get('ENABLE_NSS_SYSTEMD') == 1],
|
||||
['nss-myhostname'],
|
||||
['nss-mymachines'],
|
||||
['nss-resolve'],
|
||||
['nss-systemd'],
|
||||
['hwdb'],
|
||||
['tpm'],
|
||||
['man pages', want_man],
|
||||
|
Loading…
Reference in New Issue
Block a user