From 3f12fcb0d263e3e199e664b851c008c4f295a862 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Wed, 22 Apr 2015 14:43:06 +0900 Subject: not to build in wayland env Change-Id: Ib653751fc199feb47d007a0f1501534da364bb4c --- packaging/x11-common.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/x11-common.spec b/packaging/x11-common.spec index 219768a..a78c47c 100644 --- a/packaging/x11-common.spec +++ b/packaging/x11-common.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: x11-common Summary: Configuration-files needed by xserver for autorun Version: 0.0.1 @@ -11,6 +13,10 @@ Requires: xorg-server Requires: xorg-launch-helper Conflicts: weston-common +%if !%{with x} +ExclusiveArch: +%endif + %description Description: %{summary} -- cgit v1.2.3