For some reason, I'm not seeing patch 2. 3, 4, 5, and 6 look fine to me.  I
haven't tested them, but they seem consistent with what I did in other
places.


On Mon, Aug 4, 2014 at 1:16 PM, Brian Paul <bri...@vmware.com> wrote:

> ---
>  src/gallium/targets/libgl-gdi/SConscript |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/gallium/targets/libgl-gdi/SConscript
> b/src/gallium/targets/libgl-gdi/SConscript
> index f8393da..594f34d 100644
> --- a/src/gallium/targets/libgl-gdi/SConscript
> +++ b/src/gallium/targets/libgl-gdi/SConscript
> @@ -6,6 +6,7 @@ Import('*')
>  env = env.Clone()
>
>  env.Append(CPPPATH = [
> +    '#src',
>      '#src/gallium/state_trackers/wgl',
>      '#src/gallium/winsys/sw',
>  ])
> @@ -17,6 +18,8 @@ env.Append(LIBS = [
>      'ws2_32',
>  ])
>
> +env.Prepend(LIBS = [mesautil])
> +
>  sources = ['libgl_gdi.c']
>  drivers = []
>
> --
> 1.7.10.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to