[Mesa-dev] [PATCH 1/5] scons: Remove Haiku one-offs for gallium drivers
Brian Paul
brian.e.paul at gmail.com
Mon Jan 23 05:59:38 PST 2012
On Sun, Jan 22, 2012 at 11:42 AM, Alexander von Gluck
<kallisti5 at unixzen.com> wrote:
> ---
> src/gallium/SConscript | 9 ++-------
> 1 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/src/gallium/SConscript b/src/gallium/SConscript
> index 8efd04c..ae94637 100644
> --- a/src/gallium/SConscript
> +++ b/src/gallium/SConscript
> @@ -14,18 +14,13 @@ SConscript('auxiliary/SConscript')
> SConscript([
> 'drivers/galahad/SConscript',
> 'drivers/identity/SConscript',
> + 'drivers/llvmpipe/SConscript',
> 'drivers/rbug/SConscript',
> 'drivers/softpipe/SConscript',
> + 'drivers/svga/SConscript',
> 'drivers/trace/SConscript',
> ])
>
> -# These drivers do not build on Haiku
> -if env['platform'] not in ['haiku']:
> - SConscript([
> - 'drivers/llvmpipe/SConscript',
> - 'drivers/svga/SConscript',
> - ])
> -
> if not env['msvc']:
> # These drivers do not build on MSVC compilers
> SConscript([
> --
the series looks good to me. Do you want these applied to the 8.0 branch too?
-Brian
More information about the mesa-dev
mailing list