diff --git a/recipes/connectome-workbench/meta.yaml b/recipes/connectome-workbench/meta.yaml index b8a3bb22270f0..9f1ae48321003 100644 --- a/recipes/connectome-workbench/meta.yaml +++ b/recipes/connectome-workbench/meta.yaml @@ -55,22 +55,21 @@ outputs: - name: {{ name }}-gui files: include: - - wb_view + - bin/wb_view requirements: - run: - - qt-main - - libgl # [linux] - - libglu # [linux] + - qt-main + - libgl # [linux] + - libglu # [linux] - name: {{ name }}-cli files: include: - - wb_command - - wb_shortcuts + - bin/wb_command + - bin/wb_shortcuts + - share/bash-completion/completions/* requirements: - run: - - qt-main - - libgl # [linux] - - libglu # [linux] + - qt-main + - libgl # [linux] + - libglu # [linux] test: commands: