[4.0] Fix build error in tv profile 07/149007/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 03:15:47 +0000 (12:15 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 09:00:51 +0000 (18:00 +0900)
Change-Id: Ia7c9527e23a3329f9a98a730d0352af85c115991

packaging/dali-adaptor.spec

index 766699f..5ebc516 100644 (file)
@@ -1272,7 +1272,7 @@ exit 0
 %license LICENSE
 # This is for backward-compatibility. This does not deteriorate 4.0 Configurability
 # if common ||"undefined"
-%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile"
+#%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile"
 %defattr(-,root,root,-)
 %{_libdir}/libdali-adaptor.so.0*
 %{_libdir}/libdali-adaptor-cxx03.so
@@ -1280,7 +1280,7 @@ exit 0
 %exclude %{_libdir}/libdali-adap*.so*.wearable
 %exclude %{_libdir}/libdali-adap*.so*.tv
 %exclude %{_libdir}/libdali-adap*.so*.ivi
-%endif
+#%endif
 
 %if %{with wayland}
 %files dali-video-player-plugin-cxx03