[Release version 0.2.59-1] Enable EVAS_RENDERER_SUPPORT on common profile 01/73501/1 accepted/tizen/common/20160609.145220 accepted/tizen/ivi/20160609.091741 accepted/tizen/mobile/20160609.092001 accepted/tizen/tv/20160609.091616 accepted/tizen/wearable/20160609.091717 submit/tizen/20160609.040222
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 8 Jun 2016 09:37:26 +0000 (18:37 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 8 Jun 2016 09:37:26 +0000 (18:37 +0900)
Change-Id: I34a5596fb9882c8f392521325d490ebeb3b0efb8
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-camera.spec

index 43ad5dc..4d57538 100644 (file)
@@ -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 \