Skip to content

Commit e564ec4

Browse files
authored
Merge pull request #17 from Butakus/feature_add_g2o
Add libg2o
2 parents f84531b + 0e48291 commit e564ec4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

patch/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ tvm_vendor:
7474
libphidget22:
7575
add_host: ["libusb"]
7676
libg2o:
77-
add_host: ["qt", "libglu", "freeglut"]
77+
add_host: ["qt", "${{ 'libglu' if linux }}", "${{ 'freeglut' if not osx }}"]
7878
fmilibrary_vendor:
7979
add_host: ["fmilib"]
8080
mrpt2:

vinca.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ packages_select_by_deps:
264264
- mocap4r2_marker_viz_srvs
265265
- mocap4r2_robot_gt
266266
- mocap4r2_robot_gt_msgs
267+
- libg2o
267268

268269
patch_dir: patch
269270
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)