in meson.build files, some flags were being treated as integers rather than using the more logical option of booleans. Fix this.
V3: drop the patch requiring libnuma from this set, to make this only a simple set changing the types of the flag. The other patch will be submitted separately for better tracking. Bruce Richardson (2): build: change NUMA flag variable type to boolean build: change libfdt flag variable type to boolean config/arm/meson.build | 2 +- config/meson.build | 8 ++++---- drivers/net/ipn3ke/meson.build | 2 +- drivers/raw/ifpga/meson.build | 2 +- lib/eal/linux/meson.build | 2 +- lib/vhost/meson.build | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) -- 2.39.2