Fix issue not to show clipboard in common profile 37/250837/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 05:34:17 +0000 (14:34 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 05:37:54 +0000 (14:37 +0900)
Change-Id: If052b72374a48473c77834073d3014a306dbb4e9
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/ise-default.spec

index 2eb304e..fa6483e 100644 (file)
@@ -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