projects
/
platform
/
core
/
uifw
/
aurum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe9dae
)
build: build service app for tizen only
author
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 13 Aug 2020 05:31:47 +0000
(14:31 +0900)
committer
Jongmin Lee
<jm105.lee@samsung.com>
Thu, 27 Aug 2020 05:00:13 +0000
(14:00 +0900)
Change-Id: Ic4214a48df27682dc9dd4bd152f149b3d8510bda
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 78671726216c6ab3c1dc967437d92cb101b6b7be..1a53e8a5f78ee88a96cd54941f80db682ea3705f 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-21,7
+21,9
@@
root_inc = include_directories('./')
subdir('protocol')
subdir('libloguru')
subdir('libaurum')
-subdir('org.tizen.aurum-bootstrap')
+if get_option('tizen') == true
+ subdir('org.tizen.aurum-bootstrap')
+endif
subdir('tests')
configure_file(