[gcr/wip/nielsdg/lose-x11-dependency: 3/3] ci: Lose dbus-x11 dependency




commit 58d40b859b18509869e2a06ad56f63acefa1e8ec
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 10 08:13:28 2019 +0100

    ci: Lose dbus-x11 dependency
    
    Replace it with the dbus-tools package (since we still need to be able
    to run `dbus-uuidgen`)

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db8f0595..4a405575 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - deploy
 
 variables:
-  DEPENDENCIES: dbus-x11 diffutils gcc gtk-doc meson ninja-build openssh python redhat-rpm-config
+  DEPENDENCIES: dbus-daemon dbus-tools diffutils gcc gtk-doc meson ninja-build openssh python 
redhat-rpm-config
 
 fedora:Werror:
   image: fedora:latest


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]