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
Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/51929
Original-Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Original-Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/71766
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/meson.build b/meson.build
index 2fc7fbf..86015ff 100644
--- a/meson.build
+++ b/meson.build
@@ -119,7 +119,6 @@
   config_nicnatsemi = false
   config_nicrealtek = false
   config_ogp_spi = false
-  config_rayer_spi = false
   config_satamv = false
   config_satasii = false
 endif