[Mesa-dev] [PATCH 3/6] targets:libgl-gdi: link with mesautil
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 4 13:56:28 PDT 2014
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 <brianp at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140804/6c8ea088/attachment.html>
More information about the mesa-dev
mailing list