Daniel Campello has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/51929 )
Change subject: meson: remove rayer_spi dependency on libpci ......................................................................
meson: remove rayer_spi dependency on libpci
This change removes the build dependency on libpci for config_rayer_spi it also makes sure that dependency on raw_access is maintained.
Signed-off-by: Daniel Campello campello@chromium.org Change-Id: If7206a69d031c9bba9475a9e6769f6ef35701379 --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/29/51929/1
diff --git a/meson.build b/meson.build index d5895d8..c755ced 100644 --- a/meson.build +++ b/meson.build @@ -123,7 +123,6 @@ config_nicnatsemi = false config_nicrealtek = false config_ogp_spi = false - config_rayer_spi = false config_satamv = false config_satasii = false endif @@ -279,6 +278,7 @@ if config_rayer_spi srcs += 'rayer_spi.c' config_bitbang_spi = true + need_raw_access = true cargs += '-DCONFIG_RAYER_SPI=1' endif if config_satamv