mesa: Fix xcb-dri2 link flags leaking into LIBS.
authorEric Anholt <eric@anholt.net>
Fri, 3 Feb 2012 04:28:14 +0000 (05:28 +0100)
committerEric Anholt <eric@anholt.net>
Sat, 4 Feb 2012 21:04:35 +0000 (22:04 +0100)
commitb3c84a80cd7f6d7d6796cb196422c7be44ea47aa
tree8a754f5956e7170270f74e20fb92063f2e1b3806
parent84e5f1c635899c657da58ca51d5e841354e9de9c
mesa: Fix xcb-dri2 link flags leaking into LIBS.

Fixes the build of builtin_compiler on my 32-bit build where xcb-dri2
is in a custom prefix but the custom prefix flags weren't available.
It shouldn't have been in LIBS anyway.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
configure.ac