build: fix build flags
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Fri, 13 Mar 2015 03:25:07 +0000 (12:25 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Fri, 13 Mar 2015 03:25:07 +0000 (12:25 +0900)
Change-Id: Ic4777687b107d462f3147c124e2027ac3d5472ef
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
packaging/emuld.spec

index 70d37c076767f600f15fa6fdacd2eb0b5c07dd0a..2d4c9bcb66e5c93df11329efc7c58057bfffc158 100644 (file)
@@ -23,10 +23,9 @@ A emulator daemon is used for communication between guest and host
 
 %if "%{?tizen_profile_name}" == "mobile"
 export CFLAGS+=" -DMOBILE"
-%endif
-#%if "%{?tizen_profile_name}" == "wearable"
+%elseif "%{?tizen_profile_name}" == "wearable"
 export CFLAGS+=" -DWEARABLE"
-#%endif
+%endif
 
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}