Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Dec 12, 2023
1 parent 23f7e46 commit aff42a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<depend>libzmq3-dev</depend>
<depend>lz4</depend>
<depend>libzstd-dev</depend>
<depend>protobuf-dev</depend>

<!-- The export tag contains other, unspecified, tags -->
<export>
Expand Down
6 changes: 0 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ parts:
sed -i "s|plotjuggler )|)|" plotjuggler-ros-plugins/CMakeLists.txt
sed -i "/find_package(catkin/a find_package(plotjuggler REQUIRED)" plotjuggler-ros-plugins/CMakeLists.txt
# https://github.com/ros/catkin/issues/1170
sed -i 's|<build_type condition="\$ROS_VERSION == 2">ament_cmake</build_type>|<build_type condition="\$ROS_VERSION == 1">catkin</build_type>|' plotjuggler_msgs/package.xml
# add plotjuggler_LIBRARIES link dependency as public
sed -i 's/ros_type_introspection_static/ros_type_introspection_static\n PUBLIC\n ${plotjuggler_LIBRARIES}/' plotjuggler-ros-plugins/plugins/CMakeLists.txt
# Qt dependencies are managed by the kde neon-extension
sed -i '/qt/d' plotjuggler-ros-plugins/package.xml
fi
Expand Down

0 comments on commit aff42a7

Please sign in to comment.