configure.ac: add a toggle to enable the special coverity options
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 12 Feb 2020 22:06:33 +0000 (08:06 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 12 Feb 2020 22:12:03 +0000 (22:12 +0000)
commit9fec3228fb5ad71a7eba5c9653e3ba4da964bcbb
treebecc2605017a005354eb7728fb3a520f7a2d0860
parent25cddcecd3e5c4797a42c64b68f606053ac68975
configure.ac: add a toggle to enable the special coverity options

Coverity tries to supply system headers and fails badly at it. A bunch of
_Float... sizes are pulled in by math.h but not provided anywhere. So as a
workaround, let's add an option to explicitly enable coverity support that
simply #defines those types to ones we do know about and let's go on hoping
it'll eventually work.

See the equivalent addition to libinput in commit 8178339b5baa717.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac