[Mesa-dev] [PATCH] freedreno/meson: Only build the compiler if building freedreno

Rob Clark robdclark at gmail.com
Sat Nov 11 13:28:05 UTC 2017


sorry 'bout that.. this should already fix it:

https://cgit.freedesktop.org/mesa/mesa/commit/?id=881f6e741fe0f63df1aa6aadba7e2eb64269cb20

On Sat, Nov 11, 2017 at 2:10 AM, Jason Ekstrand <jason at jlekstrand.net> wrote:
> Setting build_by_default to true makes it suddenly pull in freedreno and
> all of gallium unconditionally.
>
> Cc: Rob Clark <robdclark at gmail.com>
> Cc: Dylan Baker <dylan at pnwbakers.com>
> ---
>  src/gallium/drivers/freedreno/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/freedreno/meson.build b/src/gallium/drivers/freedreno/meson.build
> index 3fb94ed..b3a33da 100644
> --- a/src/gallium/drivers/freedreno/meson.build
> +++ b/src/gallium/drivers/freedreno/meson.build
> @@ -224,5 +224,5 @@ ir3_compiler = executable(
>      libglsl_standalone,
>      libmesa_util,
>    ],
> -  build_by_default : true,
> +  build_by_default : with_gallium_freedreno,
>  )
> --
> 2.5.0.400.gff86faf
>


More information about the mesa-dev mailing list