[Release version 0.2.62] Enable EVAS surface rendering on wearable profile 58/75058/1 accepted/tizen/common/20160620.163302 accepted/tizen/ivi/20160620.082454 accepted/tizen/mobile/20160620.082324 accepted/tizen/tv/20160620.082355 accepted/tizen/wearable/20160620.082427 submit/tizen/20160617.072816
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 16 Jun 2016 11:08:34 +0000 (20:08 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 16 Jun 2016 11:08:34 +0000 (20:08 +0900)
Change-Id: Ib96a1a6633cf9d5f8b5f3ae4ac4375ad21decc96
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-camera.spec

index 118e166..a5cc1ab 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       capi-media-camera
 Summary:    A Camera API
-Version:    0.2.61
+Version:    0.2.62
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
@@ -25,7 +25,7 @@ BuildRequires:  pkgconfig(ecore-wayland)
 %endif
 BuildRequires:  pkgconfig(libtbm)
 BuildRequires:  pkgconfig(tizen-extension-client)
-%if "%{?profile}" == "mobile" || "%{?profile}" == "common"
+%if "%{?profile}" != "tv"
 BuildRequires:  pkgconfig(mm-evas-renderer)
 %endif
 
@@ -64,7 +64,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %else
        -DWAYLAND_SUPPORT=Off \
 %endif
-%if "%{?profile}" == "mobile" || "%{?profile}" == "common"
+%if "%{?profile}" != "tv"
        -DEVAS_RENDERER_SUPPORT=On \
 %else
        -DEVAS_RENDERER_SUPPORT=Off \