Stefan Dirsch
4e16eb70e1
--> https://docs.mesa3d.org/relnotes/24.3.2 - supersedes the following patches: * 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch * 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch * 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1362
12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# Want to allow for multiple vendors
|
|
addFilter("shlib-policy-name-error")
|
|
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postin")
|
|
addFilter("Mesa-libOpenCL.*library-without-ldconfig-postun")
|
|
addFilter("libXvMC_nouveau.*library-without-ldconfig-postin")
|
|
addFilter("libXvMC_nouveau.*library-without-ldconfig-postun")
|
|
addFilter("libXvMC_r600.*library-without-ldconfig-postin")
|
|
addFilter("libXvMC_r600.*library-without-ldconfig-postun")
|