projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67aabc
)
eina: support tizen dlog logging system
09/209109/2
author
Hosang Kim
<hosang12.kim@samsung.com>
Tue, 2 Jul 2019 08:10:46 +0000
(17:10 +0900)
committer
kim hosang
<hosang12.kim@samsung.com>
Tue, 2 Jul 2019 09:48:38 +0000
(09:48 +0000)
@tizen
Change-Id: Ibc844f7746e70d81a111ef9aa1caf15242623eaf
src/lib/eina/meson.build
patch
|
blob
|
history
diff --git
a/src/lib/eina/meson.build
b/src/lib/eina/meson.build
index
1f029de
..
a415a83
100644
(file)
--- a/
src/lib/eina/meson.build
+++ b/
src/lib/eina/meson.build
@@
-317,6
+317,9
@@
if cc.has_header('dirent.h')
endif
eina_config.set('EINA_ENABLE_LOG', '1')
+#TIZEN_ONLY(20190702): support tizen dlog logging system
+config_h.set('HAVE_DLOG', 1)
+#
if cc.has_header_symbol('alloca.h', 'alloca')
eina_config.set('EINA_HAVE_ALLOCA_H', '1')