From 82d2aa48b8ab3c0acfa49e5ffe17843e43615c03 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Wed, 15 Apr 2020 16:52:09 +0100 Subject: [PATCH] Update dali_env script to install required libraries Change-Id: I4d005a95c776b900061339ca555cc5d8ef97282e --- build/scripts/dali_env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/scripts/dali_env b/build/scripts/dali_env index b6b3eb5..47620bf 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -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 -- 2.7.4