From f863b09c61802e903ba38975bfc52ea899d29c27 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Mon, 22 Jun 2020 15:19:49 +0200 Subject: [PATCH] [wip/openscenegraph] Move to robotpkg Affected packages: * hpp-benchmark * osg-dae --- hpp-benchmark/Makefile | 2 +- osg-dae/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hpp-benchmark/Makefile b/hpp-benchmark/Makefile index 5fcbf999..2c9a4524 100644 --- a/hpp-benchmark/Makefile +++ b/hpp-benchmark/Makefile @@ -23,6 +23,7 @@ include ../../meta-pkgs/hpp/Makefile.common include ../../wip/py-hpp-baxter/depend.mk include ../../wip/py-hpp-romeo/depend.mk +include ../../graphics/openscenegraph/depend.mk include ../../graphics/py-qt-gepetto-viewer/depend.mk include ../../graphics/py-qt-gepetto-viewer-corba/depend.mk include ../../graphics/py-qt-hpp-gepetto-viewer/depend.mk @@ -32,7 +33,6 @@ include ../../path/py-hpp-corbaserver/depend.mk include ../../path/hpp-constraints/depend.mk include ../../path/hpp-core/depend.mk include ../../robots/romeo-description/depend.mk -include ../../mk/sysdep/openscenegraph.mk include ../../mk/sysdep/openscenegraph-qt.mk include ../../mk/sysdep/openthreads.mk include ../../mk/sysdep/python.mk diff --git a/osg-dae/Makefile b/osg-dae/Makefile index 5ea21b82..2fb3d3b4 100644 --- a/osg-dae/Makefile +++ b/osg-dae/Makefile @@ -32,7 +32,7 @@ include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk include ../../pkgtools/pkg-config/depend.mk include ../../graphics/collada-dom/depend.mk -include ../../mk/sysdep/openscenegraph.mk +include ../../graphics/openscenegraph/depend.mk include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/doxygen.mk include ../../mk/language/c.mk -- GitLab