Install vulkan-tools on FreeBSD.

This commit is contained in:
Tom Alexander 2023-03-22 18:05:33 -04:00
parent bf49396f8d
commit 8f84ea9adf
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
shell: service pf status
register: is_pf_running
failed_when: is_pf_running.rc != 0
changed_when: false
ignore_errors: true
- name: Enable pflog

View File

@ -9,6 +9,7 @@
- vdpauinfo # for vdpauinfo
- libvdpau-va-gl # vdpau support
- igt-gpu-tools # for intel_gpu_top
- vulkan-tools # For vulkaninfo
state: present
# - name: Configure vdpau to use va-api driver