meson: drop duplicated condition

The generic check suffices for those four.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-08-07 18:10:53 +02:00
parent 3ddf3d4394
commit 6bd2bc8e16
1 changed files with 4 additions and 4 deletions

View File

@ -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],