From 123ace7baf0321bc1b84a2b7f5b512fc4542a388 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Mon, 29 Dec 2014 16:00:23 +0900 Subject: [PATCH] building for aarch64 Change-Id: I38f710c4078a6cc7de34709f3a1e4eea3d6c5efb --- packaging/xf86-misc-exynos4412.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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} -- 2.7.4