Skip to content
  • Jason Crain's avatar
    build: fix meson build when ps and dvi are disabled · 0157194b
    Jason Crain authored
    When building with both ps and dvi support disabled, meson fails with
    the message `Unknown variable "libspectre_dep"`. This is because
    libspectre_dep is set in a conditional statement. Fix it by setting
    libspectre_dep to a disabler object when ps and dvi support are
    disabled.
    0157194b