Fix build error in tv profile 17/148817/2
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 04:22:49 +0000 (13:22 +0900)
Change-Id: Ia7c9527e23a3329f9a98a730d0352af85c115991

packaging/dali-adaptor.spec

index af5ba44..4d7ba58 100644 (file)
@@ -1210,7 +1210,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
@@ -1218,7 +1218,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