From ef1d37b8e3f8c07f3f4c813ee83f40c5089baacc Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Thu, 16 Jun 2016 20:08:34 +0900 Subject: [Release version 0.2.62] Enable EVAS surface rendering on wearable profile Change-Id: Ib96a1a6633cf9d5f8b5f3ae4ac4375ad21decc96 Signed-off-by: Jeongmo Yang --- packaging/capi-media-camera.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/capi-media-camera.spec b/packaging/capi-media-camera.spec index 118e166..a5cc1ab 100644 --- a/packaging/capi-media-camera.spec +++ b/packaging/capi-media-camera.spec @@ -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 \ -- cgit v1.2.3