| commit | b3c84a80cd7f6d7d6796cb196422c7be44ea47aa | [log] [tgz] |
|---|---|---|
| author | Eric Anholt <eric@anholt.net> | Fri Feb 03 05:28:14 2012 +0100 |
| committer | Eric Anholt <eric@anholt.net> | Sat Feb 04 22:04:35 2012 +0100 |
| tree | 8a754f5956e7170270f74e20fb92063f2e1b3806 | |
| parent | 84e5f1c635899c657da58ca51d5e841354e9de9c [diff] |
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>