summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMun, Gwan-gyeong <kk.moon@samsung.com>2016-05-02 20:31:27 +0900
committerMun, Gwan-gyeong <kk.moon@samsung.com>2016-05-02 20:31:27 +0900
commit896599346afe6e9df96dd4851ba45cf2967035a2 (patch)
tree960ae622ff248a3ad63e53ea26cde030e53b56fb
parent3fe0e371ed079a5370f0d42b3dcacad099abd531 (diff)
downloademulator-yagl-896599346afe6e9df96dd4851ba45cf2967035a2.tar.gz
emulator-yagl-896599346afe6e9df96dd4851ba45cf2967035a2.tar.bz2
emulator-yagl-896599346afe6e9df96dd4851ba45cf2967035a2.zip
Change-Id: I27bc19e40273bf84f505001baadbd169ee80272f
-rw-r--r--packaging/emulator-yagl.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/packaging/emulator-yagl.spec b/packaging/emulator-yagl.spec
index e9f7846..6fa0844 100644
--- a/packaging/emulator-yagl.spec
+++ b/packaging/emulator-yagl.spec
@@ -1,5 +1,6 @@
-#%bcond_with wayland
-#%bcond_with emulator
+%bcond_with wayland
+%bcond_with emulator
+
%define ENABLE_TIZEN_BACKEND 1
Name: emulator-yagl
@@ -25,6 +26,12 @@ BuildRequires: pkgconfig(wayland-client)
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.