From 7eef69f81e023f81a4b3ccdf3cf0be4817bcc8fb Mon Sep 17 00:00:00 2001
From: Anthony Mallet <anthony.mallet@laas.fr>
Date: Mon, 18 Aug 2014 16:33:16 +0200
Subject: [PATCH] [wip/octovis] Fix octomap dependency path (moved to robotpkg)

---
 octovis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/octovis/Makefile b/octovis/Makefile
index 9b5578a1..e74a6876 100644
--- a/octovis/Makefile
+++ b/octovis/Makefile
@@ -19,7 +19,7 @@ WRKSRC=     ${WRKDIR}/octomap-${PKGVERSION_NOREV}/octovis
 
 CMAKE_ARGS+= 	-Doctomap_DIR=${PREFIX.octomap}/share/octomap
 
-include ../../wip/octomap/depend.mk
+include ../../mapping/octomap/depend.mk
 include ../../mk/sysdep/cmake.mk
 include ../../mk/sysdep/qt4-libs.mk
 include ../../mk/sysdep/mesa.mk # OpenGL
-- 
GitLab