summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMun, Gwan-gyeong <kk.moon@samsung.com>2016-08-09 16:05:19 +0900
committerMun, Gwan-gyeong <kk.moon@samsung.com>2016-08-09 16:05:19 +0900
commit2d72dfd07e19b9cb9f6d56036342f4c79c2fce35 (patch)
treec995ae11e5756f640595d2b39013ab44c2469bbe
parent474e7cf7268b9042038ea9e48b1fcd6e8799bdbc (diff)
downloademulator-yagl-2d72dfd07e19b9cb9f6d56036342f4c79c2fce35.tar.gz
emulator-yagl-2d72dfd07e19b9cb9f6d56036342f4c79c2fce35.tar.bz2
emulator-yagl-2d72dfd07e19b9cb9f6d56036342f4c79c2fce35.zip
CoreGL supports libGLESv1 so emulator-yagl does not need to make link of libGLESv1_CM Change-Id: I68ff61626524c8ffcd82733c83bcc7604d061256
-rw-r--r--packaging/emulator-yagl.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/emulator-yagl.spec b/packaging/emulator-yagl.spec
index 9ade751..9bc0b4f 100644
--- a/packaging/emulator-yagl.spec
+++ b/packaging/emulator-yagl.spec
@@ -86,8 +86,6 @@ cp pkgconfig/wayland-egl.pc %{buildroot}%{_libdir}/pkgconfig/
%postun -n libwayland-egl -p /sbin/ldconfig
%endif
-ln -sf driver/libGLESv1_CM.so.1.0 %{buildroot}%{_libdir}/libGLESv1_CM.so.1.1
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -97,7 +95,6 @@ ln -sf driver/libGLESv1_CM.so.1.0 %{buildroot}%{_libdir}/libGLESv1_CM.so.1.1
%defattr(-,root,root,-)
%{_libdir}/driver/libEGL*
%{_libdir}/driver/libGL*
-%{_libdir}/libGLESv1_CM.so.1.1
%attr(770,root,root)/etc/profile.d/opengl-es-setup-yagl-env.sh
%if "%{ENABLE_TIZEN_BACKEND}" == "0"