projects
/
platform
/
adaptation
/
emulator
/
emulator-yagl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fda8af
)
Change GLESV1_CM symbolic link for COREGL
54/66754/1
accepted/tizen/common/20160422.172145
accepted/tizen/ivi/20160425.044111
accepted/tizen/mobile/20160425.044035
accepted/tizen/tv/20160425.044100
accepted/tizen/wearable/20160425.044047
submit/tizen/20160422.084818
author
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Wed, 20 Apr 2016 16:37:18 +0000
(
01:37
+0900)
committer
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Wed, 20 Apr 2016 16:37:18 +0000
(
01:37
+0900)
Change-Id: I970f8d859ba8a1d565219f304bbd2451feff2194
packaging/emulator-yagl.spec
patch
|
blob
|
history
diff --git
a/packaging/emulator-yagl.spec
b/packaging/emulator-yagl.spec
index a262f95021b9b04b1efbb75c5c352ef3695cba82..9a909ab480c2513ba994ef078b23979bb7e0c89e 100644
(file)
--- a/
packaging/emulator-yagl.spec
+++ b/
packaging/emulator-yagl.spec
@@
-69,6
+69,10
@@
make install
cp pkgconfig/wayland-egl.pc %{buildroot}%{_libdir}/pkgconfig/
+%if %{with wayland}
+ln -sf driver/libGLESv1_CM.so.1.0 %{buildroot}%{_libdir}/libGLESv1_CM.so.1.0
+%endif
+
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@
-85,6
+89,7
@@
cp pkgconfig/wayland-egl.pc %{buildroot}%{_libdir}/pkgconfig/
%{_libdir}/libgbm*
%{_libdir}/driver/libEGL*
%{_libdir}/driver/libGL*
+%{_libdir}/libGLESv1_CM.so.1.0
%else
%{_libdir}/libEGL*
%{_libdir}/libGLES*