Skip to content

Commit 7a6b382

Browse files
committed
build-unit-test-docker: Add dbus
Add dbus 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')]) Change-Id: I003f41d23d5a68a8e3e0f8b5e409edc4515cf437 Signed-off-by: Brad Bishop <[email protected]>
1 parent da224a5 commit 7a6b382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-unit-test-docker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ RUN apt-get update && apt-get dist-upgrade -yy && apt-get install -yy \
209209
libc6-dev \
210210
libtool \
211211
bison \
212+
dbus \
212213
flex \
213214
cmake \
214215
python3 \

0 commit comments

Comments
 (0)