From: Jihoon Kim Date: Tue, 5 Jan 2021 05:34:17 +0000 (+0900) Subject: Fix issue not to show clipboard in common profile X-Git-Tag: accepted/tizen/unified/20210106.123618~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29d4c29f0bf507d508386edd0084c9f706169912;p=platform%2Fcore%2Fuifw%2Fise-default.git Fix issue not to show clipboard in common profile Change-Id: If052b72374a48473c77834073d3014a306dbb4e9 Signed-off-by: Jihoon Kim --- diff --git a/packaging/ise-default.spec b/packaging/ise-default.spec index 2eb304e..fa6483e 100644 --- a/packaging/ise-default.spec +++ b/packaging/ise-default.spec @@ -34,7 +34,7 @@ Requires: ise-engine-default # 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" +%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" BuildRequires: pkgconfig(cbhm) %endif Requires: %{name}-compat = %{version}-%{release} @@ -238,7 +238,8 @@ export CFLAGS="${CFLAGS_BASE} -D_COMMON"; export CXXFLAGS="${CXXFLAGS_BASE} -D_COMMON"; %cmake . -DTARGET=common \ -DTZ_SYS_RO_APP=%TZ_SYS_RO_APP \ - -DTZ_SYS_RO_PACKAGES=%TZ_SYS_RO_PACKAGES + -DTZ_SYS_RO_PACKAGES=%TZ_SYS_RO_PACKAGES \ + -Dwith_cbhm=TRUE make %{?jobs:-j%jobs} %endif