diff options
-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. |