From 8e288297739c7ccacc8c9fda739fbaa259660e93 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 6 Sep 2018 15:45:20 +0200 Subject: [PATCH] Fix the build with updated dbus packaging in F29 --- libdazzle.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libdazzle.spec b/libdazzle.spec index 7edba6b..a13d0c9 100644 --- a/libdazzle.spec +++ b/libdazzle.spec @@ -20,7 +20,11 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) # for tests +%if 0%{?fedora} >= 29 +BuildRequires: dbus-daemon +%else BuildRequires: dbus +%endif BuildRequires: xorg-x11-server-Xvfb BuildRequires: words