Attention is currently required from: Edward O'Callaghan.
Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/72656 )
Change subject: meson: use mesons configuration_data for to evaluate cflags ......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/72656/comment/79be9199_d286841f PS1, Line 7: use cfg_data for to evaluate cflags
there is a bit more going on here like the version switching from the meson project to something dec […]
I've reverted the changes to the versioning for later.
File meson.build:
https://review.coreboot.org/c/flashrom/+/72656/comment/b7a88e36_4ad5655c PS1, Line 481: : config.set('CONFIG_DEFAULT_PROGRAMMER_NAME', get_option('default_programmer_name') != '' ? '&programmer_' + get_option('default_programmer_name') : 'NULL')
You know, I would like to remove the `CONFIG_DEFAULT_PROGRAMMER`. […]
Done