From dd9cd442ea14364e21df39410258a2fbadf7a2a1 Mon Sep 17 00:00:00 2001 From: "Mun, Gwan-gyeong" Date: Tue, 19 Jan 2016 22:33:04 +0900 Subject: [PATCH] Add exclude architecture - x86, x86_64 : x86 architecture uses mesa which creates gles, egl, egl-wayland package. Change-Id: I5ec823b54e5cddcb943f5d4275bb0cc895e2620f --- packaging/libtpl-egl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/libtpl-egl.spec b/packaging/libtpl-egl.spec index c6fec48..59faeb7 100644 --- a/packaging/libtpl-egl.spec +++ b/packaging/libtpl-egl.spec @@ -23,6 +23,8 @@ BuildRequires: ERROR(No_window_system_designated) #Exclusive Emulator Arch %if "%{_with_emulator}" == "1" ExclusiveArch: +%else +ExclusiveArch: %{arm} aarch64 %endif Name: libtpl-egl -- 2.7.4