From ec7250f43e8df8a3ea8734f66836554a2030db3b Mon Sep 17 00:00:00 2001
From: Olivier Stasse <ostasse@laas.fr>
Date: Thu, 12 Jul 2018 18:55:36 +0200
Subject: [PATCH] [wip/head-action] Add dependency to ros-robot-model.

---
 head-action/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/head-action/Makefile b/head-action/Makefile
index d3c8cd4e..167b3cae 100644
--- a/head-action/Makefile
+++ b/head-action/Makefile
@@ -9,7 +9,7 @@ PKGNAME=	${PKGBASE}-${VERSION}
 ROSNAME=	$(subst -,_,${PKGBASE})
 WRKSRC=		${WRKDIR}/${ROSNAME}-${VERSION}
 DIST_SUBDIR=	${PKGBASE}
-PKGREVISION=	1
+PKGREVISION=	2
 
 CATEGORIES=	wip
 HOMEPAGE=	${MASTER_SITE_GITHUB:=pal-robotics/${ROSNAME}}
@@ -27,6 +27,7 @@ include ../../interfaces/ros-common-msgs/depend.mk
 include ../../interfaces/ros-std-msgs/depend.mk
 include ../../lang/ros-message-generation/depend.mk
 include ../../lang/ros-message-runtime/depend.mk
+include ../../graphics/ros-robot-model/depend.mk
 include ../../math/ros-geometry/depend.mk
 include ../../middleware/ros-comm/depend.mk
 include ../../mk/language/c++.mk
-- 
GitLab