From 72469ee9864f13d5c4414817cfcf678e999c99c9 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Fri, 18 Oct 2019 15:44:21 +0200
Subject: [PATCH] [wip/py-solo-pybullet] Add missing dependency

---
 py-solo-pybullet/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/py-solo-pybullet/Makefile b/py-solo-pybullet/Makefile
index 342e4a48..54a1b9a9 100644
--- a/py-solo-pybullet/Makefile
+++ b/py-solo-pybullet/Makefile
@@ -15,6 +15,7 @@ MAINTAINER=		gepetto@laas.fr
 USE_PYTHON_ONLY=	true
 
 include ../../devel/jrl-cmakemodules/Makefile.common
+include ../../wip/py-example-robot-data/depend.mk
 include ../../pkgtools/pkg-config/depend.mk
 include ../../math/eigen3/depend.mk
 include ../../math/py-eigenpy/depend.mk
-- 
GitLab