diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index 8783f8460a0a..040b62dc5a09 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -22,15 +22,6 @@ Library selection is handled by libglvnd and/or libmap.conf. dep_glvnd = dependency('libglvnd', version : '>= 1.3.2', required : _glvnd) with_glvnd = dep_glvnd.found() if with_glvnd -@@ -622,7 +621,7 @@ if vdpau_drivers_path == '' - - vdpau_drivers_path = get_option('vdpau-libs-path') - if vdpau_drivers_path == '' -- vdpau_drivers_path = join_paths(get_option('libdir'), 'vdpau') -+ vdpau_drivers_path = join_paths(get_option('libdir'), 'vdpau' + get_option('egl-lib-suffix')) - endif - - prog_glslang = find_program('glslangValidator', native : true, required : with_vulkan_overlay_layer or with_aco_tests or with_amd_vk or with_intel_vk) @@ -739,7 +738,7 @@ if va_drivers_path == '' va_drivers_path = get_option('va-libs-path') |