Skip to content

Commit

Permalink
package.xml: remove libfyaml-dev as required build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 26, 2024
1 parent c726a8e commit dd65ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\page changelog Change Log

# Version 2.13.5: UNRELEASED
(none yet)
- Build system:
- ROS package.xml: Remove libfyaml-dev as required build dependency (will use embedded copy). This enables correct builds on non-Debian distributions.

# Version 2.13.4: Released July 24th, 2024
- Fix docs typos.
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<version>2.13.5</version>
<description>Mobile Robot Programming Toolkit (MRPT) version 2.x</description>

<author email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</author>
<maintainer email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</maintainer>
<license>BSD</license>

<url type="website">https://www.mrpt.org/</url>
<url type="bugtracker">https://github.com/MRPT/mrpt/issues</url>

<license>BSD</license>
<author email="joseluisblancoc@gmail.com">Jose-Luis Blanco-Claraco</author>

<!-- Deps required by user code (they are in public headers or built as ROS (vs system) packages -->
<depend>eigen</depend>
Expand All @@ -41,7 +41,7 @@
<build_depend>assimp-dev</build_depend>
<build_depend>ffmpeg</build_depend>
<build_depend>libfreenect-dev</build_depend>
<build_depend condition="$ROS_VERSION == 2">libfyaml-dev</build_depend>
<!-- <build_depend condition="$ROS_VERSION == 2">libfyaml-dev</build_depend> --> <!-- Removed since not packaged for non-Debian platforms -->
<build_depend>libjpeg</build_depend>
<build_depend>libjsoncpp-dev</build_depend>
<build_depend>libopenni2-dev</build_depend>
Expand Down

0 comments on commit dd65ff8

Please sign in to comment.