[dconf: 20/21] tests: Add libdbus-1-dev and bash-completion packages
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf: 20/21] tests: Add libdbus-1-dev and bash-completion packages
- Date: Sat, 11 Aug 2018 21:39:22 +0000 (UTC)
commit 6fcde2e56fa71421dcd9cbee98eb90e45f5d2244
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Sat Aug 11 23:20:10 2018 +0200
tests: Add libdbus-1-dev and bash-completion packages
meson uses `dbus-1.pc` file to check the `session_bus_services_dir`
variable and `bash-completion.pc` file to check the `completionsdir`
variable. However, the debian packages containing these files are
missing from the gitlab CI file.
`libdbus-1-dev` and `bash-completion` packages have been added that
contain the `dbus-1.pc` and `bash-completion.pc` files.
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbe08f..d3aadf7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@ before_script:
- apt update -qq
- apt install -y -qq build-essential meson pkg-config gtk-doc-tools
libxml2-utils gobject-introspection dbus dbus-x11
- libgirepository1.0-dev libglib2.0-dev
- lcov valac
+ libdbus-1-dev libgirepository1.0-dev libglib2.0-dev
+ bash-completion lcov valac
- export LANG=C.UTF-8
stages:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]