trajectory-msgs: Add missing dependency on geometry-msgs
This commit is based on a commit by Stefan Herbrechtsmeier [1],
but moved from after some larger refactoring to the current
release state. Hence, the dependency must still be added after
the require statement instead of before, which is possible
after the refactoring.
[1] 99426a1479
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
parent
70212ce74d
commit
264a8ffafd
|
@ -4,3 +4,5 @@ LICENSE = "BSD"
|
|||
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
require common-msgs.inc
|
||||
|
||||
DEPENDS += "geometry-msgs"
|
||||
|
|
Loading…
Reference in New Issue