Merge branch 'ci-libdbus' into 'master'

ci: Add libdbus development files to CI Docker images

See merge request GNOME/glib!1177
This commit is contained in:
Simon McVittie 2019-10-28 20:39:22 +00:00
commit 0655eac0ee
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qq -y \
itstool \
lcov \
libattr1-dev \
libdbus-1-dev \
libelf-dev \
libffi-dev \
libgamin-dev \

View File

@ -5,6 +5,7 @@ RUN dnf -y install \
clang \
clang-analyzer \
dbus-daemon \
dbus-devel \
desktop-file-utils \
elfutils-libelf-devel \
findutils \