blob: 5550550a559c77327e79a193a3ba1bfa686fbb5e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/meson.build
+++ b/meson.build
@@ -263,6 +263,7 @@ endif
if config_satasii
srcs += 'satasii.c'
cargs += '-DCONFIG_SATASII=1'
+ need_raw_access = true
endif
if config_serprog
srcs += 'serprog.c'
|