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