Skip to content

Commit 0e48291

Browse files
committed
fix: add platform conditionals for freeglut in libg2o
1 parent ccb8729 commit 0e48291

1 file changed

Lines changed: 1 addition & 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:

0 commit comments

Comments
 (0)