Skip to content
  • Dylan Baker's avatar
    meson: rework intel-rt option to be a feature · 876db913
    Dylan Baker authored and Marge Bot's avatar Marge Bot committed
    This allows intel-rt to be turned on in cases where we're on x86_64 and
    we're building anv, but otherwise default to off, while still giving
    users the power to ignore those defaults if they want to.
    
    Because of the use of `feature.disable_if` this bumps the Meson
    requirement to 1.1. I can get rid of that, but it just makes for a lot
    more code than using the helper methods
    
    Part-of: <!27645>
    876db913