diff options
author | Boram Park <boram1288.park@samsung.com> | 2014-12-29 16:00:23 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2014-12-29 16:00:23 +0900 |
commit | 123ace7baf0321bc1b84a2b7f5b512fc4542a388 (patch) | |
tree | c4d73a12add5b25d67263aac00574c477fb28c31 | |
parent | 9138469ab174457214a93fee82091ddc97863e20 (diff) | |
download | xf86-misc-exynos4412-123ace7baf0321bc1b84a2b7f5b512fc4542a388.tar.gz xf86-misc-exynos4412-123ace7baf0321bc1b84a2b7f5b512fc4542a388.tar.bz2 xf86-misc-exynos4412-123ace7baf0321bc1b84a2b7f5b512fc4542a388.zip |
building for aarch64submit/tizen_wearable/20141229.070834submit/tizen_tv/20141229.070826submit/tizen_mobile/20141230.013903accepted/tizen/wearable/20141229.073703accepted/tizen/tv/20141229.073903accepted/tizen/mobile/20141230.020523accepted/tizen_tv
Change-Id: I38f710c4078a6cc7de34709f3a1e4eea3d6c5efb
-rw-r--r-- | packaging/xf86-misc-exynos4412.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packaging/xf86-misc-exynos4412.spec b/packaging/xf86-misc-exynos4412.spec index 52863ca..9b2ddb4 100644 --- a/packaging/xf86-misc-exynos4412.spec +++ b/packaging/xf86-misc-exynos4412.spec @@ -1,9 +1,10 @@ +%bcond_with x + #sbs-git:slp/pkgs/xorg/driver/xserver-xorg-misc xserver-xorg-misc 0.0.1 13496ac354ad7f6709f1ef9b880a206a2df41c80 Name: xf86-misc-exynos4412 Summary: X11 X server misc files for exynos Version: 0.0.20 Release: 1 -ExclusiveArch: %arm Group: System/X11 License: MIT Source0: %{name}-%{version}.tar.gz @@ -14,6 +15,12 @@ Requires: xorg-server Requires: xf86-input-evdevmultitouch Requires(post): xkeyboard-config +%if !%{with x} +ExclusiveArch: +%else +ExclusiveArch: %arm aarch64 +%endif + %description Description: %{summary} |