summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2016-06-08 18:37:26 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2016-06-08 18:37:26 +0900
commit824165ae4ea10323ad7ba14ad429ff4e79587790 (patch)
tree16929c2d3aa0c075206e5decb9830db8e91a4320
parent7af37d1fa1aabb0b6b2b16e8376ad122a539c70b (diff)
downloadcamera-submit/tizen/20160609.040222.tar.gz
camera-submit/tizen/20160609.040222.tar.bz2
camera-submit/tizen/20160609.040222.zip
Change-Id: I34a5596fb9882c8f392521325d490ebeb3b0efb8 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 43ad5dc..4d57538 100644
--- a/packaging/capi-media-camera.spec
+++ b/packaging/capi-media-camera.spec
@@ -4,7 +4,7 @@
Name: capi-media-camera
Summary: A Camera API
Version: 0.2.59
-Release: 0
+Release: 1
Group: Multimedia/API
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
@@ -25,7 +25,7 @@ BuildRequires: pkgconfig(ecore-wayland)
%endif
BuildRequires: pkgconfig(libtbm)
BuildRequires: pkgconfig(tizen-extension-client)
-%if "%{?profile}" == "mobile"
+%if "%{?profile}" == "mobile" || "%{?profile}" == "common"
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"
+%if "%{?profile}" == "mobile" || "%{?profile}" == "common"
-DEVAS_RENDERER_SUPPORT=On \
%else
-DEVAS_RENDERER_SUPPORT=Off \