diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2018-12-21 02:47:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-12-21 02:47:24 +0000 |
commit | de7bb8f2b0cdd2dfeba0586213bd415c9bb3fd18 (patch) | |
tree | 3d4b197d31b9ce95034a6efcfcc0bb436137c176 | |
parent | e02b24ee7e41a14293e73d6c6ee4ec87448c44c0 (diff) | |
parent | e6cf4919a43415eb7387e8bf006a540f4cbe5962 (diff) |
Merge "Add the libcmocka-dev into the dependent package."
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ endif # +libganglia1-dev if building the gmond plugin DEB_DEPENDS = curl build-essential autoconf automake ccache -DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler +DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler libcmocka-dev DEB_DEPENDS += cmake ninja-build ifeq ($(OS_VERSION_ID),14.04) DEB_DEPENDS += libssl-dev |