]> www.infradead.org Git - users/sagi/libnvme.git/commit
meson: revert to using the ccan configurator
authorKlaus Jensen <k.jensen@samsung.com>
Tue, 19 Oct 2021 20:13:53 +0000 (22:13 +0200)
committerKlaus Jensen <k.jensen@samsung.com>
Tue, 19 Oct 2021 20:13:53 +0000 (22:13 +0200)
commitb66a139f12357757c54adf7f38031f0f9105c501
tree4de0abde91c87d5f4a75d72210f912d0b39de71e
parent859bd459dee308639eedb490d348d311dc08f859
meson: revert to using the ccan configurator

Something fishy is going on with the -include config.h and #include
"config.h" in the ccan sources. If examples/tests use ccan, they end up
with redefinitions caused by the ccan config defines not being properly set.

Revert to generating a ccan-specific config.h using the configurator (like the
Make-based setup).

Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
ccan/meson.build
meson.build
pynvme/meson.build
src/meson.build