This adds libscl-common to fix following runtime error due to lack of
libscl-common which is needed for standard profile.
>> error : libscl-common.so: cannot open shared object file:
Change-Id: I4ca9d951b6142416bcc919d090ac5346c1ced7ec
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
install -m 0755 "%{OUTPUT_FOLDER}"/libminigbm.so "%{buildroot}"%{_libdir}
+%if "%{?tizen_profile_name}" != "tv"
+install -m 0644 %{_libdir}/libscl-common.so "%{buildroot}"%{_libdir}
+%endif
+
%if %{__build_chrome} == 1
install -m 0755 "%{OUTPUT_FOLDER}"/content_shell "%{buildroot}"%{CHROMIUM_LIB_DIR}/bin/
sed 's#@binary@#%{CHROMIUM_LIB_DIR}/bin/content_shell#' %{SOURCE1} > "%{buildroot}"%{_bindir}/content_shell
%{_xmldir}/%{_pkgid}.xml
%defattr(-,root,root,-)
%{_libdir}/libminigbm.so
+%if "%{?tizen_profile_name}" != "tv"
+ %{_libdir}/libscl-common.so
+%endif
%if %{__use_clang} == 1
%{_libdir}/../local/lib/libatomic.so*
%endif