mesa@22: gallium-xlib -> xlib (#30465)
This commit is contained in:
parent
a6589daa87
commit
f8653dfb9b
@ -175,7 +175,10 @@ def meson_args(self):
|
||||
if '+egl' in spec:
|
||||
args.append('-Dglx=dri')
|
||||
else:
|
||||
args.append('-Dglx=gallium-xlib')
|
||||
if spec.satisfies('@22:'):
|
||||
args.append('-Dglx=xlib')
|
||||
else:
|
||||
args.append('-Dglx=gallium-xlib')
|
||||
args_platforms.append('x11')
|
||||
else:
|
||||
args.append('-Dglx=disabled')
|
||||
|
Loading…
Reference in New Issue
Block a user