diff options
author | Boram Park <boram1288.park@samsung.com> | 2015-04-22 14:43:06 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2015-04-22 14:43:19 +0900 |
commit | 3f12fcb0d263e3e199e664b851c008c4f295a862 (patch) | |
tree | dd67f571b145e4b5d8385e7e5dd941eac15cdbd3 | |
parent | efc3d06225a3ea5053a968a55d843236d4118794 (diff) | |
download | x11-common-tizen.tar.gz x11-common-tizen.tar.bz2 x11-common-tizen.zip |
not to build in wayland envsubmit/tizen/20150422.054727accepted/tizen/wearable/20150422.103105accepted/tizen/tv/20150422.102418accepted/tizen/mobile/20150422.103822accepted/tizen/common/20150423.074020tizen_3.0.2015.q2_commontizenaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_common
Change-Id: Ib653751fc199feb47d007a0f1501534da364bb4c
-rw-r--r-- | packaging/x11-common.spec | 6 |
1 files changed, 6 insertions, 0 deletions
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} |