Add build depend on libproj, since it's not provided by vtk right now

This commit is contained in:
Jackie Kay 2016-04-21 16:01:44 -07:00 committed by Paul Bovbel
parent 7fd1bac676
commit eba277ffc0

View File

@ -39,6 +39,8 @@
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>libvtk-java</build_depend>
<!-- libproj-dev needed due to error in vtk6 -->
<build_depend>libproj-dev</build_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>eigen</run_depend>