From 3174ec1346aca8ba12b2c8cf618039ae7e090bbf Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 10 Oct 2019 18:38:38 +0200
Subject: [PATCH] [wip/py-curves] plan ahead addition of pinocchio dependency

---
 py-curves/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/py-curves/Makefile b/py-curves/Makefile
index 8ee99cb9..06332adc 100644
--- a/py-curves/Makefile
+++ b/py-curves/Makefile
@@ -5,6 +5,7 @@
 ORG=			loco-3d
 NAME=			curves
 VERSION=		0.2.0
+PKGREVISION=		1
 
 CATEGORIES=		wip
 COMMENT=		Library for creating curves
@@ -20,6 +21,8 @@ include ../../devel/boost-libs/depend.mk
 include ../../pkgtools/pkg-config/depend.mk
 include ../../math/eigen3/depend.mk
 include ../../math/py-eigenpy/depend.mk
+include ../../math/pinocchio/depend.mk
+include ../../math/py-pinocchio/depend.mk
 include ../../mk/sysdep/cmake.mk
 include ../../mk/sysdep/python.mk
 include ../../mk/language/c.mk
-- 
GitLab