Skip to content

Commit

Permalink
Add curl as a rosdep build dep (fixes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-monaj committed Feb 12, 2016
1 parent 40f1ce4 commit 4a2e11d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bebop_driver/package.xml
Expand Up @@ -17,15 +17,16 @@
<!-- ARDroneSDK3 deps -->
<!-- We need java since the SDK requires jar binary -->
<build_depend>git</build_depend>
<build_depend>wget</build_depend> <!-- xxx -->
<build_depend>wget</build_depend>
<build_depend>java</build_depend>
<build_depend>automake</build_depend>
<build_depend>autoconf</build_depend>
<build_depend>libtool</build_depend>
<build_depend>yasm</build_depend>
<build_depend>nasm</build_depend> <!-- xxx -->
<build_depend>nasm</build_depend>
<build_depend>zlib</build_depend>
<build_depend>unzip</build_depend>
<build_depend>curl</build_depend>

<!-- ROS dependencies -->
<build_depend>bebop_msgs</build_depend>
Expand Down

0 comments on commit 4a2e11d

Please sign in to comment.