projects
/
platform
/
core
/
appfw
/
launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa4e02
)
Add setting enviornment variable
37/294037/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 12 Jun 2023 03:42:06 +0000
(
03:42
+0000)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 12 Jun 2023 03:42:06 +0000
(
03:42
+0000)
"DALI_DISABLE_PARTIAL_UPDATE" is added for dali library.
Change-Id: If4180e4206301283583bae592dcd319ba6bf59c0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/launchpad-glib/util.cc
patch
|
blob
|
history
diff --git
a/src/lib/launchpad-glib/util.cc
b/src/lib/launchpad-glib/util.cc
index 0432e8ad405cb8f395f12927af862ed511539a48..3db226a0ef6e250b2ba6bda4d8caa98c03a2c2c3 100644
(file)
--- a/
src/lib/launchpad-glib/util.cc
+++ b/
src/lib/launchpad-glib/util.cc
@@
-374,6
+374,7
@@
void Util::SetEnvironments(const AppInfo* app_info) {
#endif // TIZEN_FEATURE_SET_PERSONALITY_32
setenv("GCOV_PREFIX", "/tmp", 1);
+ setenv("DALI_DISABLE_PARTIAL_UPDATE", "0", 1);
}
void Util::DeleteSocketPath(pid_t pid, uid_t uid) {