summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2016-06-16 20:08:34 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2016-06-16 20:08:34 +0900
commitef1d37b8e3f8c07f3f4c813ee83f40c5089baacc (patch)
treeb7beb6c48c78b5f7f9d44d04b553b4bd0ccc342f
parent939425d6f72799ebfcd4891f8234d7254e6edee6 (diff)
downloadcamera-ef1d37b8e3f8c07f3f4c813ee83f40c5089baacc.tar.gz
camera-ef1d37b8e3f8c07f3f4c813ee83f40c5089baacc.tar.bz2
camera-ef1d37b8e3f8c07f3f4c813ee83f40c5089baacc.zip
Change-Id: Ib96a1a6633cf9d5f8b5f3ae4ac4375ad21decc96 Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r--packaging/capi-media-camera.spec6
1 files 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 \