projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36bd5b
)
(dali_env) Install libuv1-dev
27/317127/1
author
Adeel Kazmi
<adeel.kazmi@samsung.com>
Tue, 24 Dec 2024 13:34:18 +0000
(13:34 +0000)
committer
Adeel Kazmi
<adeel.kazmi@samsung.com>
Tue, 24 Dec 2024 13:34:18 +0000
(13:34 +0000)
Change-Id: I5380e39b7589fa9e5ed54df5b0f5e88dd31fa4f3
build/scripts/dali_env
patch
|
blob
|
history
diff --git
a/build/scripts/dali_env
b/build/scripts/dali_env
index adabf677d5ca7c1ade2b2fbd0af664001e107b19..595745f6cd2dd08c263eeeb2944411b9c99592e1 100755
(executable)
--- a/
build/scripts/dali_env
+++ b/
build/scripts/dali_env
@@
-59,6
+59,7
@@
my @system_packages = (
"libwebp-dev",
"libmagick++-dev",
"libxml-parser-perl",
+ "libuv1-dev",
);
my $ubuntu_version = (split(/\s+/, `lsb_release -d`))[2];