Skip to content
Snippets Groups Projects
Commit 492d7cd2 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/play-motion] Add ros-moveit dependency when being in bionic.

Bumps PKGREVISION to 2.
parent 0834589a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ PKGNAME= ${PKGBASE}-${VERSION}
ROSNAME= $(subst -,_,${PKGBASE})
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 1
CATEGORIES= wip
......@@ -33,6 +34,11 @@ include ../../interfaces/ros-std-msgs/depend.mk
include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../wip/sysdep/ubuntu-distro.mk
ifeq (bionic,${UBUNTUDISTRO})
include ../../wip/ros-moveit/depend.mk
endif
include ../../wip/prf-ros-control/depend.mk
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment