| commit | eb1e969bb52120896225df907681adf798fc8332 | [log] [tgz] |
|---|---|---|
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 11 14:32:37 2020 -0500 |
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 11 14:34:11 2020 -0500 |
| tree | c23092ca25591287104efb1853dad30962492315 | |
| parent | 49f456b1dea55acd41e3cecefd6621d7d5431653 [diff] |
build-unit-test-docker: Add libdbus-1-dev
Add libdbus-1-dev to the base image for dbus-1.pc. This lets us not
hardcode things like system_bus_services_dir. For example, consider
this meson.build fragment:
dbus_system_bus_services_dir = dependency('dbus-1').get_pkgconfig_variable(
'system_bus_services_dir',
define_variable: ['prefix', get_option('prefix')])
This was the intent behind 7a6b382 but the wrong package was added, so
that change is reverted as well.
Change-Id: Ifd2d703122ad545c04ac7e835fd5f8eed1bc8012
Fixes: 7a6b382
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Build script for CI jobs in Jenkins.