[Bug 296094] graphics/mesa-dri: Build failed, missing dependencies, after v26.0.6 import
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296094 --- Comment #12 from Oleh Hushchenkov <[email protected]> --- From meson.build: 671 with_bvh = with_amd_vk or with_intel_vk or with_swrast_vk or with_freedreno_vk 672 _glslang_preamble_version = '12.2' 673 674 # GLSL has interesting version output and Meson doesn't parse it correctly as of 675 # Meson 1.4.0 676 prog_glslang = find_program( 677 'glslangValidator', 678 native : true, 679 required : with_vulkan_overlay_layer or with_aco_tests or with_bvh 680 ) I think that glslang should be added as a dependency for amd_vk(radv), intel_vk(anv) and swrast_vk. -- You are receiving this mail because: You are the assignee for the bug.