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 \ itstool \
lcov \ lcov \
libattr1-dev \ libattr1-dev \
libdbus-1-dev \
libelf-dev \ libelf-dev \
libffi-dev \ libffi-dev \
libgamin-dev \ libgamin-dev \

View File

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