meson: avoid warning about comparison of bool and string
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Mar 2018 13:21:08 +0000 (14:21 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Mar 2018 13:21:08 +0000 (14:21 +0100)
commitaf4d7860c4e757f34a02ca73a0b14c73c18f8b30
tree612e59f65e7de050ce6f502994361034325fb8d0
parentf83f8c70bd518e2b7a0011d82a2fb7074fb3a19a
meson: avoid warning about comparison of bool and string

meson.build:2907: WARNING: Trying to compare values of different types (bool, str) using ==.
The result of this is undefined and will become a hard error in a future Meson release.
meson.build