From: Heeyong Song Date: Mon, 11 Sep 2017 03:15:47 +0000 (+0900) Subject: [4.0] Fix build error in tv profile X-Git-Tag: accepted/tizen/4.0/unified/20170918.093603~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F149007%2F1;hp=c675dba57484c92b533da0e6ab3e645f13a122fd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [4.0] Fix build error in tv profile Change-Id: Ia7c9527e23a3329f9a98a730d0352af85c115991 --- diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 766699f..5ebc516 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -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