(dali_env) Added libssl-dev dependency 58/166058/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 5 Jan 2018 10:37:04 +0000 (10:37 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 5 Jan 2018 10:37:04 +0000 (10:37 +0000)
Change-Id: I7e463639526c42f8532874b451086816c04e015e

build/scripts/dali_env

index 2381f4a..05c9fc3 100755 (executable)
@@ -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