You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patch/dependencies.yaml
+35-35Lines changed: 35 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,17 @@ libcurl_vendor:
31
31
add_host: ["libcurl"]
32
32
add_run: ["libcurl"]
33
33
intra_process_demo:
34
-
add_host: ["REQUIRE_OPENGL"]
34
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
35
35
# Depends on opencv with gui support, see https://github.com/ros2/demos/blob/8f361a1ece2daae54016959f3ea9ab2e7692ddbb/intra_process_demo/include/image_pipeline/image_view_node.hpp#L58
36
36
add_run: ["${{ 'libopencv * *qt6*' if not (ppc64le or aarch64 or osx) }}"]
37
37
rviz_ogre_vendor:
38
38
add_host: ["zlib", "freeimage", "freetype", "assimp", "zziplib", "pugixml", "${{ 'libglu' if linux }}"]
39
39
add_build: ["vcstool"]
40
40
add_run: ["assimp"]
41
41
pcl_conversions:
42
-
add_host: ["REQUIRE_OPENGL", "libboost-devel"]
42
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel"]
43
43
pcl_ros:
44
-
add_host: ["REQUIRE_OPENGL", "libboost-devel"]
44
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel"]
45
45
rviz_rendering:
46
46
add_host: ["glew"]
47
47
behaviortree_cpp:
@@ -50,23 +50,23 @@ behaviortree_cpp:
50
50
plotjuggler:
51
51
add_host: ["libxcb", "${{ 'elfutils' if linux }}", "ros-kilted-ros-workspace"]
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libpng", "libjpeg-turbo", "openimageio", "tbb", "tbb-devel", "embree"]
54
54
ign_rviz_common:
55
-
add_host: ["REQUIRE_OPENGL"]
55
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
56
56
ign_rviz:
57
-
add_host: ["REQUIRE_OPENGL"]
57
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
58
58
ign_rviz_plugins:
59
-
add_host: ["REQUIRE_OPENGL"]
59
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
60
60
image_view:
61
-
add_host: ["REQUIRE_OPENGL"]
61
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
62
62
# Depends on opencv with gui support, see https://github.com/ros-perception/image_pipeline/blob/746268fcfd21b389bc39ae60bb6345a53c838558/image_view/src/stereo_view_node.cpp#L253
63
63
add_run: ["${{ 'libopencv * *qt6*' if not (ppc64le or aarch64 or osx) }}"]
0 commit comments