From 8638c898bb427df8efd249021f58248002b3ffad Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 11 Sep 2017 12:15:47 +0900 Subject: [PATCH] Fix build error in tv profile Change-Id: Ia7c9527e23a3329f9a98a730d0352af85c115991 --- packaging/dali-adaptor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index af5ba44..4d7ba58 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -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 -- 2.7.4