diff options
author | Eric Anholt <[email protected]> | 2013-01-02 17:02:58 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-04-19 10:10:22 -0700 |
commit | ea6cf2b68614e9f8d0db44ee917ce93f9ad1ac2f (patch) | |
tree | 8d95c5977b88d1b9c8f0116bd5aef8090e9f5a5e /src/gallium/winsys/svga/drm/Android.mk | |
parent | cecbfce5ebdd4547e5c6f56b3f669dac3e6df82a (diff) |
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Since stdbool.h's "true" and "false" are #defines, they got expanded when
used as macro arguments, and that expanded value was stored in the
XML string, producing XML that driconf would then fail to parse.
Currently no drivers included stdbool along with driconf, but I keep
accidentally doing so on intel as we move towards using normal C.
v2: rebase on master.
Reviewed-by: Kenneth Graunke <[email protected]> (v1)
Diffstat (limited to 'src/gallium/winsys/svga/drm/Android.mk')
0 files changed, 0 insertions, 0 deletions