summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2015-12-18 10:38:47 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2015-12-18 10:38:47 +0900
commit7c4c4541f1fe459024bc48fe35dc7b4a09924104 (patch)
tree4ca829c8c376d52a4fe829dfbf0d4bd7a5b44dd2 /packaging
parenteca7017c53a000a184cc67ad71c3381d06981eee (diff)
downloadmsg-service-7c4c4541f1fe459024bc48fe35dc7b4a09924104.tar.gz
msg-service-7c4c4541f1fe459024bc48fe35dc7b4a09924104.tar.bz2
msg-service-7c4c4541f1fe459024bc48fe35dc7b4a09924104.zip
fix build break for wearablesubmit/tizen/20151218.014042
Change-Id: I5bbc6bf1942e52c03b32538ce464c198ca9381a3 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/msg-service.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec
index e36a670..5e90165 100755
--- a/packaging/msg-service.spec
+++ b/packaging/msg-service.spec
@@ -123,7 +123,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
%else
-D_TIZEN_I586_ENABLED:BOOL=OFF \
%endif
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{?profile}" == "wearable"
-D_MSG_WEARABLE_PROFILE:BOOL=ON \
%else
-D_MSG_WEARABLE_PROFILE:BOOL=OFF \