Revert "[4.0] Fix build error in tv profile" 31/153331/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:36:15 +0000 (13:36 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 04:36:17 +0000 (13:36 +0900)
This reverts commit 9217efe7c5c5a4002a644bb9b659d30c0c4391ed.

Change-Id: I87ad59b641d5536c5a4ad61246343073c7303c2f

packaging/dali-adaptor.spec

index 5ebc516..766699f 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