[Mesa-dev] [PATCH] scons: Fix Haiku missing library

Brian Paul brianp at vmware.com
Mon Oct 21 00:24:45 CEST 2013


On 10/20/2013 02:19 PM, Alexander von Gluck IV wrote:
> * The softpipe add-on needs libtranslation
>    due to the use of BTranslatorRoster
> ---
>   scons/gallium.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scons/gallium.py b/scons/gallium.py
> index 5b20f3f..be3c3e7 100755
> --- a/scons/gallium.py
> +++ b/scons/gallium.py
> @@ -507,7 +507,7 @@ def generate(env):
>       if env['platform'] in ('linux',):
>           libs += ['rt']
>       if env['platform'] in ('haiku'):
> -        libs += ['root', 'be', 'network']
> +        libs += ['root', 'be', 'network', 'translation']
>       env.Append(LIBS = libs)
>
>       # OpenMP
>

Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list