From b807b35e283aa851ff2b99b0c03c9d8dff2dc3b4 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Fri, 5 Jan 2018 10:37:04 +0000 Subject: [PATCH] (dali_env) Added libssl-dev dependency Change-Id: I7e463639526c42f8532874b451086816c04e015e --- build/scripts/dali_env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/dali_env b/build/scripts/dali_env index 2381f4a..05c9fc3 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2017 Samsung Electronics Co., Ltd. +# Copyright (c) 2018 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. @@ -49,6 +49,7 @@ my @system_packages = ( "lcov", "libcurl4-gnutls-dev", "curl", + "libssl-dev", ); # Some packages like require building from source -- 2.7.4