From 554223646b0749c4c1ebd0d2b041dff1c82bdcd6 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sat, 13 Oct 2018 15:27:08 +0200 Subject: [PATCH] CuraEngine: We need protobuf >= 3.5 --- CuraEngine/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CuraEngine/control b/CuraEngine/control index 6c28a7c..b17eaed 100644 --- a/CuraEngine/control +++ b/CuraEngine/control @@ -6,7 +6,8 @@ Build-Depends: debhelper (>= 9), cmake, python3-all-dev, libarcus-dev, - protobuf-compiler, libprotobuf-dev, +# Protobuf (>= 3.5) + protobuf-compiler (>= 3.5), libprotobuf-dev (>= 3.5), stb-dev, # Tests libcppunit-dev,