Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patch/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tvm_vendor:
libphidget22:
add_host: ["libusb"]
libg2o:
add_host: ["qt", "libglu", "freeglut"]
add_host: ["qt", "${{ 'libglu' if linux }}", "${{ 'freeglut' if not osx }}"]
fmilibrary_vendor:
add_host: ["fmilib"]
mrpt2:
Expand Down
1 change: 1 addition & 0 deletions vinca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ packages_select_by_deps:
- mocap4r2_marker_viz_srvs
- mocap4r2_robot_gt
- mocap4r2_robot_gt_msgs
- libg2o

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
Expand Down