Skip to content

Commit

Permalink
insert proper key name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 15, 2018
1 parent e7797c8 commit 5ce2dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<build_depend>shape_msgs</build_depend>
<build_depend>tf</build_depend>

<!-- Needed yo work around https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894656 on Debian Stretch -->
<build_depend>libvtk6-qt-dev</build_depend>
<run_depend>libvtk6-qt-dev</run_depend>
<!-- Needed to work around https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894656 on Debian Stretch -->
<build_depend>libvtk-qt</build_depend>
<run_depend>libvtk-qt</run_depend>

<run_depend>actionlib</run_depend>
<run_depend>geometry_msgs</run_depend>
Expand Down

0 comments on commit 5ce2dfe

Please sign in to comment.