Skip to content

Commit

Permalink
Install opengl for packages that depend on glew
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 7, 2022
1 parent 155f691 commit ee8d8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/cmake/RobotologySuperbuildGenerateCondaRecipes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ macro(generate_metametadata_file)
if("qt" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES OR
"qt-main" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES OR
"freeglut" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES OR
"glew" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES OR
"irrlicht" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES OR
"idyntree" IN_LIST ${_cmake_pkg}_CONDA_DEPENDENCIES)
string(APPEND metametadata_file_contents " require_opengl_linux: true\n")
Expand Down

0 comments on commit ee8d8ed

Please sign in to comment.