From: Jinhyung Choi Date: Mon, 2 May 2016 06:07:45 +0000 (+0900) Subject: spec: fix name of profile indicator X-Git-Tag: submit/tizen/20160503.021457~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b864acd99499ece8f566a348e7f470542946bfc5;p=platform%2Fadaptation%2Femulator%2Femulator-daemon.git spec: fix name of profile indicator Change-Id: Ifa34bd5e26675de2d095475efe9135f6801997f5 Signed-off-by: Jinhyung Choi --- diff --git a/packaging/emuld.spec b/packaging/emuld.spec index 3892dc1..22aaa4b 100644 --- a/packaging/emuld.spec +++ b/packaging/emuld.spec @@ -60,14 +60,14 @@ chmod 644 %{SOURCE0} %define msgproc_vconf on %define msgproc_suspend on -%if "%{?tizen_profile_name}" == "mobile" +%if "%{?profile}" == "mobile" %define msgproc_location on %endif -%if "%{?tizen_profile_name}" == "wearable" +%if "%{?profile}" == "wearable" %define msgproc_location on %endif -%if "%{?tizen_profile_name}" == "mobile" +%if "%{?profile}" == "mobile" export CFLAGS+=" -DMOBILE" %else %if "%{?profile}" == "wearable"