[Mesa-dev] [PATCH] build: Fix FTBFS bug introduced by ee55500c22
Emil Velikov
emil.l.velikov at gmail.com
Wed Feb 19 11:17:15 PST 2014
On 19/02/14 18:12, Kai Wasserbäch wrote:
> The referenced commit set the with_dri_drivers variable to "yes" in the
> auto case, which is an unknown classic DRI driver and leads to a FTBFS.
>
Thanks for the patch Kai
The issue has been reported already[1] and a slightly more appropriate
patch has been suggested[2]. It will resolve a few more build cases than
the one you have in mind.
Feel free to give it a try.
-Emil
[1] https://bugs.freedesktop.org/show_bug.cgi?id=75126
[2] http://patchwork.freedesktop.org/patch/20467/
> CC: Emil Velikov <emil.l.velikov at gmail.com>
> Signed-off-by: Kai Wasserbäch <kai at dev.carbon-project.org>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 8390d27..ad00d93 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -955,7 +955,7 @@ no) ;;
> auto)
> # classic DRI drivers
> if test "x$enable_opengl" = xyes; then
> - with_dri_drivers="yes"
> + with_dri_drivers="swrast,i915,i965,radeon,r200,nouveau"
> fi
> ;;
> esac
>
More information about the mesa-dev
mailing list