From 055d48262666a15173d750a707cb2d272ff0fb9e Mon Sep 17 00:00:00 2001 From: Boram Park Date: Sat, 19 Jul 2014 12:22:27 +0900 Subject: [PATCH] not build without x Change-Id: I85416ad201e66055bb474644df1cca9e0b556a7b --- packaging/xf86-video-exynos.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packaging/xf86-video-exynos.spec b/packaging/xf86-video-exynos.spec index 16c7bf6..72eecd5 100755 --- a/packaging/xf86-video-exynos.spec +++ b/packaging/xf86-video-exynos.spec @@ -1,8 +1,9 @@ +%bcond_with x + Name: xf86-video-exynos Summary: X.Org X server driver for exynos Version: 1.0.0 Release: 1 -ExclusiveArch: %arm Group: System/X Hardware Support License: Samsung Source0: %{name}-%{version}.tar.gz @@ -21,6 +22,12 @@ BuildRequires: pkgconfig(libtbm) BuildRequires: pkgconfig(xdbg) BuildRequires: pkgconfig(libdrm) +%if !%{with x} +ExclusiveArch: +%else +ExclusiveArch: %arm +%endif + %description This package provides the driver for the Samsung display device exynos -- 2.7.4