diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-02-27 19:26:39 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-02-27 19:32:47 +0100 |
commit | eb35717f522bba62f83eee1547383ed1094bcd43 (patch) | |
tree | f6c83a001622dd3590b27bc97c8299ab2c3cc590 | |
parent | 2a18d038b0a0f60f59a95f638fe95281fd87e661 (diff) | |
download | weston-generic-tizen.tar.gz weston-generic-tizen.tar.bz2 weston-generic-tizen.zip |
disable build if wayland flag not setHEADsubmit/tizen/20140409.183635accepted/tizen/ivi/20140410.192500accepted/tizen/generic/20140410.065531tizenaccepted/tizen_iviaccepted/tizen_generic
Change-Id: I0efe8d993cf7a9910713773348a6a7240a84749f
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | packaging/weston-generic.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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. |