From a90593b0077565fc6e9261308320bbbd58005575 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 19 Aug 2015 16:12:00 -0400 Subject: [PATCH] packaging: add cmake build tool (debian) cmake is now requiered to build OpenDHT. Issue: #78264 Change-Id: I3eba07cb5ea3ffcc6143ac749764c8a945f878f3 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c6a32c7570..9648462479 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), libdbus-c++-dev, libsndfile1-dev, libsrtp-dev, libxext-dev, libxfixes-dev, yasm, autopoint, unbound-anchor, git-core, libspeex-dev, libspeexdsp-dev, autotools-dev, chrpath, check, astyle, - uuid-dev, libudev-dev + uuid-dev, libudev-dev, cmake Package: ring-daemon Architecture: any -- GitLab