Install vulkan-tools on FreeBSD.
This commit is contained in:
parent
bf49396f8d
commit
8f84ea9adf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user