Skip to content

Commit 55e4568

Browse files
authored
Updating package.xml to fix dependencies and update format (#105)
1 parent b342ca0 commit 55e4568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gpsd_client/package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<package>
2+
<package format="2">
33
<name>gpsd_client</name>
44
<version>0.3.4</version>
55
<description>connects to a GPSd server and broadcasts GPS fixes
@@ -17,9 +17,9 @@
1717
<buildtool_depend>catkin</buildtool_depend>
1818

1919
<build_depend>roscpp</build_depend>
20-
<build_depend>gps_common</build_depend>
21-
<build_depend>sensor_msgs</build_depend>
22-
<build_depend>pkg-config</build_depend>
2320
<build_depend>libgps</build_depend>
2421

22+
<depend>gps_common</depend>
23+
<depend>sensor_msgs</depend>
24+
2525
</package>

0 commit comments

Comments
 (0)