FS#62954 - Vulkan overlay layer missing

Attached to Project: Arch Linux
Opened by Georg Wolfram (Gosi) - Thursday, 20 June 2019, 14:25 GMT
Last edited by Laurent Carlier (lordheavy) - Thursday, 20 June 2019, 16:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Laurent Carlier (lordheavy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I want to use the new vulkan overlay provided by mesa 19.1.0+.
<https://gitlab.freedesktop.org/mesa/mesa/tree/master/src/vulkan/overlay-layer>

It is not working because the necessary libVkLayer_MESA_overlay.so is missing from the package.

When I look at the meson.build it seems that "vulkan-overlay-layer" has to be set to true (I am not fluent with meson).

---- meson.build ---
if get_option('vulkan-overlay-layer')
subdir('overlay-layer')
endif
--- meson.build ---


Please recompile with "-D vulkan-overlay-layer=true" (correct me if I am wrong).
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Thursday, 20 June 2019, 16:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  mesa-9.1.0-3
Comment by Laurent Carlier (lordheavy) - Thursday, 20 June 2019, 16:06 GMT
Please check mesa-9.1.0-3 - The layer is in vulkan-mesa-layer package.
Comment by Georg Wolfram (Gosi) - Thursday, 20 June 2019, 16:35 GMT
Thanks, it works now.

Loading...