diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2016-06-08 18:37:26 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2016-06-08 18:37:26 +0900 |
commit | 824165ae4ea10323ad7ba14ad429ff4e79587790 (patch) | |
tree | 16929c2d3aa0c075206e5decb9830db8e91a4320 | |
parent | 7af37d1fa1aabb0b6b2b16e8376ad122a539c70b (diff) | |
download | camera-accepted/tizen/tv/20160609.091616.tar.gz camera-accepted/tizen/tv/20160609.091616.tar.bz2 camera-accepted/tizen/tv/20160609.091616.zip |
[Release version 0.2.59-1] Enable EVAS_RENDERER_SUPPORT on common profilesubmit/tizen/20160609.040222accepted/tizen/wearable/20160609.091717accepted/tizen/tv/20160609.091616accepted/tizen/mobile/20160609.092001accepted/tizen/ivi/20160609.091741accepted/tizen/common/20160609.145220
Change-Id: I34a5596fb9882c8f392521325d490ebeb3b0efb8
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r-- | packaging/capi-media-camera.spec | 6 |
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 \ |