Change-Id: I27bc19e40273bf84f505001baadbd169ee80272f
-#%bcond_with wayland
-#%bcond_with emulator
+%bcond_with wayland
+%bcond_with emulator
+
%define ENABLE_TIZEN_BACKEND 1
Name: emulator-yagl
BuildRequires: pkgconfig(wayland-server)
Provides: opengl-es-drv
+%if %{with emulator}
+ExclusiveArch: %{ix86} x86_64
+%else
+ExclusiveArch:
+%endif
+
%description
YaGL - OpenGLES acceleration module for emulator.
This package contains shared libraries libEGL, libGLES_CM, libGLESv2.