mesa@22: gallium-xlib -> xlib (#30465)

This commit is contained in:
eugeneswalker 2022-05-03 20:53:09 -07:00 committed by GitHub
parent a6589daa87
commit f8653dfb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,9 @@ def meson_args(self):
num_frontends += 1
if '+egl' in spec:
args.append('-Dglx=dri')
else:
if spec.satisfies('@22:'):
args.append('-Dglx=xlib')
else:
args.append('-Dglx=gallium-xlib')
args_platforms.append('x11')