[Mesa-dev] [PATCH] mesa/drivers: Add missing mesautil lib to Haiku swrast
Emil Velikov
emil.l.velikov at gmail.com
Thu Dec 11 05:47:53 PST 2014
Hi Alexander,
For a follow up patches, can you include the Cc: mesa-stable... line
within the commit message. I guess that prefixing the commit with
"haiku/swrast:" (as your earlier patch) wouldn't be bad either :)
Cheers,
Emil
On 11/12/14 03:38, Alexander von Gluck IV wrote:
> * Resolves missing util_format_linear_to_srgb_8unorm_table symbol.
> ---
> src/mesa/drivers/haiku/swrast/SConscript | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/haiku/swrast/SConscript b/src/mesa/drivers/haiku/swrast/SConscript
> index 2c25f72..907325e 100644
> --- a/src/mesa/drivers/haiku/swrast/SConscript
> +++ b/src/mesa/drivers/haiku/swrast/SConscript
> @@ -13,6 +13,7 @@ env.Append(CPPPATH = [
> ])
>
> env.Prepend(LIBS = [
> + mesautil,
> glsl,
> mesa,
> ])
>
More information about the mesa-dev
mailing list