Summary: | configure: error: classic DRI driver 'yes' does not exist | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | emil.l.velikov, mattst88 |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | configure: use default dri drivers whenever opengl and dri are enabled |
Description
Vinson Lee
2014-02-18 00:32:46 UTC
Created attachment 94247 [details] [review] configure: use default dri drivers whenever opengl and dri are enabled Easily reproduced and fixed with the above patch. Vinson can we have a list of the configurations that you're building ? It would be rather useful. -Emil I encountered the same issue and can confirm that 0001-configure-use-default-dri-drivers-whenever-opengl-an.patch fixes it for me. Thanks! Pushed to master commit 9eae750317b52d05448ec327ec7499908a4653cf Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Tue Feb 18 00:57:24 2014 +0000 configure: use default dri drivers whenever opengl and dri are enabled Commit ee55500c22a(configure: cleanup classic dri drivers handling) cleaned up the logic handling autodetection of dri drivers, but missed the case when one can explicitly disable dri, and still request opengl. Fixes build issues for the following ./autogen.sh --disable-dri --with-gallium-drivers=swrast While we're here, explicitly clear with_dri_drivers whenever building without such drivers to prevent choking later on. v2: Simplify with_dri_drivers handling. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.