From eb35717f522bba62f83eee1547383ed1094bcd43 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 27 Feb 2014 19:26:39 +0100 Subject: disable build if wayland flag not set Change-Id: I0efe8d993cf7a9910713773348a6a7240a84749f Signed-off-by: Stephane Desneux --- packaging/weston-generic.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packaging/weston-generic.spec') diff --git a/packaging/weston-generic.spec b/packaging/weston-generic.spec index 6fd9865..4779377 100644 --- a/packaging/weston-generic.spec +++ b/packaging/weston-generic.spec @@ -1,3 +1,4 @@ +%bcond_with wayland Name: weston-generic Version: 1 Release: 0 @@ -9,6 +10,10 @@ Source0: %{name}-%{version}.tar.bz2 Source1001: weston-generic.manifest Provides: weston-startup +%if !%{with wayland} +ExclusiveArch: +%endif + %description This package contains Tizen Generic configuration and set-up for the Weston compositor, including systemd unit files. -- cgit v1.2.3