| commit | a1ee265ad8fa6f725be6a3113987b95261f1b7f4 | [log] [tgz] |
|---|---|---|
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 29 16:42:06 2019 -0400 |
| committer | Andrew Geissler <geissonator@yahoo.com> | Tue Apr 02 13:03:27 2019 +0000 |
| tree | afc3da478e93ed57f0ad5365df55da0b316762a0 | |
| parent | f688464cf204dc05608a16fb64af508f192f9f70 [diff] |
build-unit-test-docker: Add systemd
Add systemd to the base image for systemd.pc. This lets us not hardcode
things like systemdsystemunitdir. For example, consider this
meson.build fragment:
dependency('systemd').get_pkgconfig_variable(
'systemdsystemunitdir',
define_variable: ['prefix', get_option('prefix')])
Change-Id: I78c4453978c9c3ee1ec513f7a64b6534f9e97235
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Build script for CI jobs in Jenkins.