summaryrefslogtreecommitdiffstats
path: root/packaging/installer/install-required-packages.sh
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-02-27 19:23:18 +0100
committerGitHub <noreply@github.com>2020-02-27 13:23:18 -0500
commit1ea0d8d0897ec2d84ff447874e2ebd6170f54287 (patch)
tree531e154ff5d1d01bcd5fadca9f7229da78161ea3 /packaging/installer/install-required-packages.sh
parentb7c793b872379a2fbb4f2ab7890a9b9c688219a8 (diff)
Adding support for ACLK build-configuration (#8223)
* Fixes for issues not caught at review in #8144. (#8211) * Properly scrub build environment for external dependencies. * Remove LWS from our system-level dependencies. We've decided to just always bundle it in the installer. * Add missing dependency for Docker build process. * Use static-build of LWS library created by installer (#8157) * link static lib of LWS * only use static LWS by installer * handle -lcap * fix problem on debian without lcap * fix lws check Co-authored-by: Austin S. Hemmelgarn <ahferroin7@gmail.com> Co-authored-by: Timo <6674623+underhood@users.noreply.github.com>
Diffstat (limited to 'packaging/installer/install-required-packages.sh')
-rwxr-xr-xpackaging/installer/install-required-packages.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/packaging/installer/install-required-packages.sh b/packaging/installer/install-required-packages.sh
index 6876bd2f57..d10b8cc306 100755
--- a/packaging/installer/install-required-packages.sh
+++ b/packaging/installer/install-required-packages.sh
@@ -709,12 +709,6 @@ declare -A pkg_libmnl_dev=(
['default']=""
)
-declare -A pkg_libwebsockets_dev=(
- ['debian']="libwebsockets-dev"
- ['ubuntu']="libwebsockets-dev"
- ['default']="libwebsockets-devel"
-)
-
declare -A pkg_lm_sensors=(
['alpine']="lm_sensors"
['arch']="lm_sensors"
@@ -1170,7 +1164,6 @@ packages() {
suitable_package libz-dev
suitable_package libuuid-dev
suitable_package libmnl-dev
- suitable_package libwebsockets-dev
fi
# -------------------------------------------------------------------------