"README.md" did not exist on "54c972402fd69ac0c495e2af00fb797a4dec4ba9"
glx: make xf86vidmode mandatory for direct rendering
Currently we detect the module and if missing, the glXGetMsc* API is effectively a stub, always returning false. This is what effectively has been happening with our meson build :-( Thus users have no chance of using it - they cannot even distinguish if the failure is due to a misconfigured build. There's no reason for keeping xf86vidmode optional - it has been available in all distributions for years. Cc: mesa-stable@lists.freedesktop.org Signed-off-by:Emil Velikov <emil.velikov@collabora.com> Acked-by:
Dylan Baker <dylan@pnwbakers.com> Reviewed-by:
Eric Engestrom <eric.engestrom@intel.com> Fixes: a47c525f "meson: build glx" (cherry picked from commit 5bc50936)
Showing
- configure.ac 1 addition, 11 deletionsconfigure.ac
- meson.build 2 additions, 4 deletionsmeson.build
- src/glx/Makefile.am 0 additions, 5 deletionssrc/glx/Makefile.am
- src/glx/SConscript 1 addition, 4 deletionssrc/glx/SConscript
- src/glx/glxcmds.c 1 addition, 6 deletionssrc/glx/glxcmds.c
- src/glx/meson.build 1 addition, 5 deletionssrc/glx/meson.build
Loading
Please register or sign in to comment