[Release version 0.2.60] 1. Check api value to avoid array index overflow, 2. Block...
[platform/core/api/camera.git] / packaging / capi-media-camera.spec
index 1a3e701..6c2dc65 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       capi-media-camera
 Summary:    A Camera API
-Version:    0.2.58
+Version:    0.2.60
 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"
+%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 \