meson: switch gles1 and gles2 to auto options
authorDylan Baker <dylan@pnwbakers.com>
Fri, 19 Oct 2018 16:47:41 +0000 (09:47 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 3 May 2019 17:57:19 +0000 (10:57 -0700)
commitddc15fba2be29eb667bd89625d468455b63e0bcf
tree8afc0657043a059109091b8d0364513dce9d97d1
parent113bb8d448f51f76e8be9ecf4fe9e215e281cba2
meson: switch gles1 and gles2 to auto options

This allows them to default to false on windows, but default to true
elsewhere. As a side effect turning off shared-glapi now automatically
turns off gles. Shared glapi remains a boolean defaulting to true.

v5: - new in this version

Reviewed-by: Eric Anholt <eric@anholt.net>
meson.build
meson_options.txt