vl/dri3: get Makefile properly
authorLeo Liu <leo.liu@amd.com>
Thu, 9 Jun 2016 17:11:52 +0000 (13:11 -0400)
committerLeo Liu <leo.liu@amd.com>
Fri, 10 Jun 2016 15:24:19 +0000 (11:24 -0400)
commit0ef8500aabb5430eae76919438fcf61020b7eb8e
tree2b83da5ed62105a56849d2200cd76a1051866f11
parent2b4cee05715614acb9dd3823f5665199adcf97c2
vl/dri3: get Makefile properly

From original commit, the macro "if HAVE_DRI3" was in Makefile.sources,
this file is shared with SCons, SCons is not able to parse this marco,
the SCons build failed. Jose quickly gave two approaches and quick fix
with his second approach, thanks Jose for the solutions and fixes.

This patch is Jose's first approach, and it's more proper, because the
dri3 c file should not be included to build when DRI3 is not enabled.

Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/vl/vl_winsys_dri3.c