util: add missing DRI_CONF_OPT_END
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 20 Jun 2019 11:13:06 +0000 (13:13 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 20 Jun 2019 12:11:30 +0000 (14:11 +0200)
commit790c3dbac8d2b2c8fc4a3dfa436c32904e3ed3d6
treee16512dca07690ddd95b50b4c7a9ba625c7ae2c3
parenta9e09d56a9e3f8d64126455048e2c1268050b979
util: add missing DRI_CONF_OPT_END

When DRI_CONF_GLES_EMULATE_BGRA was added for the virgl driver, it
missed a DRI_CONF_OPT_END.

This make some drivers, like v4c/v3d to crash with the following
error:
Fatal error in __driConfigOptions line 99, column 2: mismatched tag.

Not sure why it doesn't fail with virgl.

Fixes: b79366344929c6e477c64a63f246c6db0766a71c
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/util/xmlpool/t_options.h