From 24342c5dc8b7ae4cd84a710d9f97882e55337793 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Fri, 11 Jun 2021 09:37:48 +1000 Subject: [PATCH] Fix map-organizer? --- patch/dependencies.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patch/dependencies.yaml b/patch/dependencies.yaml index 6a5343953..015ef3a5a 100644 --- a/patch/dependencies.yaml +++ b/patch/dependencies.yaml @@ -69,3 +69,5 @@ rosserial_python: add_run: ["pyserial"] mesh_client: add_host: ["REQUIRE_OPENGL", "cgal-cpp"] +map_organizer: + add_host: ["REQUIRE_OPENGL"]