From 29d4c29f0bf507d508386edd0084c9f706169912 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 5 Jan 2021 14:34:17 +0900 Subject: [PATCH] Fix issue not to show clipboard in common profile Change-Id: If052b72374a48473c77834073d3014a306dbb4e9 Signed-off-by: Jihoon Kim --- packaging/ise-default.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.7.4