mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 15:30:54 +00:00
nspawn/meson: drop duplicate condition on ENABLE_NSPAWN
Follow-up for d95818f522
The whole dir is skipped if disabled, so no need for individual
conditions below.
This commit is contained in:
@@ -61,14 +61,11 @@ executables += [
|
||||
},
|
||||
nspawn_test_template + {
|
||||
'sources' : files('test-nspawn-tables.c'),
|
||||
'conditions' : ['ENABLE_NSPAWN'],
|
||||
},
|
||||
nspawn_fuzz_template + {
|
||||
'sources' : files('fuzz-nspawn-settings.c'),
|
||||
'conditions' : ['ENABLE_NSPAWN'],
|
||||
},
|
||||
nspawn_fuzz_template + {
|
||||
'sources' : files('fuzz-nspawn-oci.c'),
|
||||
'conditions' : ['ENABLE_NSPAWN'],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user