meson: add a 'coverity' option to fix the build
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 11 May 2018 04:09:40 +0000 (14:09 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 16 May 2018 04:23:12 +0000 (14:23 +1000)
commit8178339b5baa717cccc1ddb506f70eaf9a0c8832
tree8778516b5c26a7c059a4aa4b076f2602c092b878
parent2d111826899d788eac3b76ecca902598a9e730b3
meson: add a 'coverity' option to fix the build

Coverity screwed up something so we can't submit builds right now, the
compilation units all fail. math.h pulls in a _Float128 type that coverity
cannot handle. So as a workaround, add an option to the build to avoid this
and remove it when the next version of coverity hopefully fixes this.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
meson_options.txt