Use GLESv2 on emulator 26/18626/1 accepted/tizen_ivi_panda accepted/tizen/generic/20140407.130133 accepted/tizen/ivi/20140410.192047 accepted/tizen/ivi/panda/20140408.203410 submit/tizen/20140404.132708
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Thu, 27 Mar 2014 08:12:59 +0000 (12:12 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Thu, 27 Mar 2014 08:13:45 +0000 (12:13 +0400)
Change-Id: I4aad66bbd4e96e2aa101c552853493cd3ac7024d
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
packaging/evas.spec

index 91f477d..af15469 100644 (file)
@@ -28,8 +28,10 @@ BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xrender)
+%if !0%{?simulator}
 BuildRequires:  pkgconfig(gl)
 %endif
+%endif
 %if %{with wayland}
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(wayland-client)
@@ -71,6 +73,9 @@ cp %{SOURCE1001} .
            --disable-software-xlib \
            --enable-gl-flavor-gles \
 %endif
+%if 0%{?simulator}
+           --enable-gl-flavor-gles \
+%endif
 %if %{with wayland}
             --enable-gles-variety-sgx \
             --enable-wayland-egl \