From a87a2168bf838de9b7358af9b800618d5f98f1be Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:06:31 +0100 Subject: [PATCH] dbus-x11 should not try to build into a pure wayland platform. This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: I1495b66a2e32b580223229ead6bc66426ff680a6 Signed-off-by: Ronan Le Martret --- packaging/dbus-x11.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/dbus-x11.spec b/packaging/dbus-x11.spec index e914ce6..7d94427 100644 --- a/packaging/dbus-x11.spec +++ b/packaging/dbus-x11.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: dbus-x11 %define _name dbus BuildRequires: pkgconfig(x11) @@ -37,6 +39,10 @@ BuildRequires: pkgconfig(libsmack) # COMMON1-END # COMMON1-END +%if !%{with x} +ExclusiveArch: +%endif + %description D-Bus contains some tools that require Xlib to be installed, those are in this separate package so server systems need not install X. -- 2.7.4