From: Jihoon Kim Date: Wed, 7 Dec 2016 23:26:51 +0000 (+0900) Subject: Fix build error due to no cbhm in common profile and so on X-Git-Tag: accepted/tizen/common/20161208.135339^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=224d6ce54a5a1bc71a025637230fb7c5b212ef2f;p=platform%2Fcore%2Fuifw%2Fise-default.git Fix build error due to no cbhm in common profile and so on Change-Id: Ia6c9c0ea3ff4e7a02c652c394de2e50a87f9ccbb Signed-off-by: Jihoon Kim --- diff --git a/packaging/ise-default.spec b/packaging/ise-default.spec index f6b9e6c..779d5af 100644 --- a/packaging/ise-default.spec +++ b/packaging/ise-default.spec @@ -23,7 +23,11 @@ BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(stt) BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(capi-media-audio-io) +# This is for old profile-based OBS project optimizations. +# In 4.0 unified build env, this if statement is always true. +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common" BuildRequires: pkgconfig(cbhm) +%endif Requires: %{name}-compat = %{version}-%{release} # This is for old profile-based OBS project optimizations. # In 4.0 unified build env, this if statement is always true.