Update dali_env script to install required libraries 63/231463/1
authorRichard Huang <r.huang@samsung.com>
Wed, 15 Apr 2020 15:52:09 +0000 (16:52 +0100)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 22 Apr 2020 04:49:22 +0000 (13:49 +0900)
Change-Id: I4d005a95c776b900061339ca555cc5d8ef97282e

build/scripts/dali_env

index b6b3eb5..47620bf 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2019 Samsung Electronics Co., Ltd.
+# Copyright (c) 2020 Samsung Electronics Co., Ltd.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -54,6 +54,8 @@ my @system_packages = (
     "cifs-utils",
     "libgtest-dev",
     "libcairo2-dev",
+    "libopencv-dev",
+    "gettext",
 );
 
 # Some packages like require building from source