projects
/
platform
/
adaptation
/
emulator
/
emulator-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf9e63
)
build: fix build flags
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Fri, 13 Mar 2015 03:25:07 +0000
(12:25 +0900)
committer
Jinhyung 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
patch
|
blob
|
history
diff --git
a/packaging/emuld.spec
b/packaging/emuld.spec
index 70d37c076767f600f15fa6fdacd2eb0b5c07dd0a..2d4c9bcb66e5c93df11329efc7c58057bfffc158 100644
(file)
--- a/
packaging/emuld.spec
+++ b/
packaging/emuld.spec
@@
-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}