summaryrefslogtreecommitdiffstats
path: root/contrib/debian/control.jessie
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-03-09 07:38:05 -0400
committerGitHub <noreply@github.com>2020-03-09 07:38:05 -0400
commit83a50413a54cf0d0ddb2d42fb445b5607958a0db (patch)
tree54637d874fb15978a1552a93735bcb9a9f8eca00 /contrib/debian/control.jessie
parentf473c176ec1c47ec724069e3071d23520b1d98cb (diff)
Added code to bundle LWS in binary packages. (#8255)
* Added code to bundle LWS in binary packages. This adds the required tode to bundle a custom build of libwebsockets as required by Netdata Cloud functionality into the binary packages. * Update packaging/bundle-lws.sh Co-Authored-By: James Mills <prologic@shortcircuit.net.au> Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Diffstat (limited to 'contrib/debian/control.jessie')
-rw-r--r--contrib/debian/control.jessie1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/debian/control.jessie b/contrib/debian/control.jessie
index 9ba76af26a..42247b345c 100644
--- a/contrib/debian/control.jessie
+++ b/contrib/debian/control.jessie
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
libsnappy-dev,
libprotobuf-dev,
libprotoc-dev,
+ cmake,
autogen,
autoconf,
automake,