continue
endif
+ if name.endswith('.standalone') and not have_standalone_binaries
+ continue
+ endif
+
kwargs = {}
foreach key, val : dict
if key in ['name', 'dbus', 'public', 'conditions',
},
executable_template + {
'name' : 'systemd-repart.standalone',
- 'public' : have_standalone_binaries,
+ 'public' : true,
'sources' : files('repart.c'),
'c_args' : '-DSTANDALONE',
'link_with' : [
libopenssl,
threads,
],
- 'build_by_default' : have_standalone_binaries,
- 'install' : have_standalone_binaries,
},
]
libsystemd_static,
],
'dependencies' : libmount,
- 'build_by_default' : have_standalone_binaries,
- 'install' : have_standalone_binaries,
},
test_template + {
'sources' : files('test-umount.c'),
},
executable_template + {
'name' : 'systemd-sysusers.standalone',
- 'public' : have_standalone_binaries,
+ 'public' : true,
'sources' : files('sysusers.c'),
'c_args' : '-DSTANDALONE',
'link_with' : [
libsystemd_static,
],
'dependencies' : libaudit,
- 'build_by_default' : have_standalone_binaries,
- 'install' : have_standalone_binaries,
},
]
},
executable_template + {
'name' : 'systemd-tmpfiles.standalone',
- 'public' : have_standalone_binaries,
+ 'public' : true,
'sources' : systemd_tmpfiles_sources + systemd_tmpfiles_extract_sources,
'c_args' : '-DSTANDALONE',
'link_with' : [
libsystemd_static,
],
'dependencies' : libacl,
- 'build_by_default' : have_standalone_binaries,
- 'install' : have_standalone_binaries,
},
test_template + {
'sources' : files('test-offline-passwd.c'),