Build: Remove link of libGLESv1_CM.so on /usr/lib 93/83093/1 accepted/tizen/common/20160830.150306 accepted/tizen/ivi/20160830.235659 accepted/tizen/mobile/20160830.235448 accepted/tizen/tv/20160830.235530 accepted/tizen/wearable/20160830.235615 submit/tizen/20160830.063644
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 9 Aug 2016 07:05:19 +0000 (16:05 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Tue, 9 Aug 2016 07:05:19 +0000 (16:05 +0900)
CoreGL supports libGLESv1 so emulator-yagl does not need to make link of libGLESv1_CM

Change-Id: I68ff61626524c8ffcd82733c83bcc7604d061256

packaging/emulator-yagl.spec

index 9ade75127f7b2932bd6a56d8295985503e5dfd05..9bc0b4f4adc4b717206560e6756731c16cea327b 100644 (file)
@@ -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"