[Mesa-dev] [RFC 2/2] gallium: add tegra support

Erik Faye-Lund kusmabite at gmail.com
Wed Oct 14 05:51:25 PDT 2015


On Sun, Oct 11, 2015 at 5:09 PM, Christian Gmeiner
<christian.gmeiner at gmail.com> wrote:
> @@ -2181,6 +2188,13 @@ if test -n "$with_gallium_drivers"; then
>      done
>  fi
>
> +dnl We need to validate some needed dependencies for renderonly drivers.
> +
> +if test "x$HAVE_GALLIUM_NOUVEAU" != xyes -a "x$HAVE_GALLIUM_TEGRA" == xyes  ; then
> +    AC_ERROR([Building with tegra requires that nouveau])

Requires that nouveau what? :)


More information about the mesa-dev mailing list