Skip to content
Snippets Groups Projects
Commit b27e9e80 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3] Add a dependency on ros-rospack for ros-* options

genom3-ros components and clients indirectly use rospack to generate
messages. Since the debian packages don't have an RPATH, it is important to
register the dependency so that robotpkg exports the proper LD_LIBRARY_PATH.

This fixes the build of wip/demo-genom3 with a system ros-fuerte.
parent 99c5744c
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ define PKG_OPTION_SET.ros-server
include ../../interfaces/ros-common-msgs/depend.mk
include ../../middleware/ros-actionlib/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../sysutils/ros-rospack/depend.mk
include ../../wip/genom3-ros/depend.mk
include ../../mk/language/c++.mk
endef
......@@ -118,6 +119,7 @@ define PKG_OPTION_SET.ros-client-c
include ../../interfaces/ros-common-msgs/depend.mk
include ../../middleware/ros-actionlib/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../sysutils/ros-rospack/depend.mk
include ../../wip/genom3-ros/depend.mk
include ../../mk/language/c++.mk
endef
......@@ -155,6 +157,7 @@ define PKG_OPTION_SET.ros-client-ros
include ../../interfaces/ros-common-msgs/depend.mk
include ../../middleware/ros-actionlib/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../sysutils/ros-rospack/depend.mk
include ../../wip/genom3-ros/depend.mk
include ../../mk/language/c++.mk
include ../../mk/sysdep/python.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