Skip to content

meson.build: xxf86vm is not needed for -Dglx-direct=false

Michael Olbrich requested to merge mol/mesa:xxf86vm into master

It is only used in src/glx/glxcmds.c and when GLX_DIRECT_RENDERING is defined. So only depend on it if GLX direct rendering is actually enabled.

Merge request reports