You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
212 B

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