Skip to content
  • Barnabás Pőcze's avatar
    treewide: meson.build: use feature.allowed() · cc730535
    Barnabás Pőcze authored
    Since meson 0.59.0, a feature object has an `allowed()`
    method which returns true when the feature is set to
    'enabled' or 'auto'.
    
    Utilize that instead of the previously used
    
      not feature.disabled()
    cc730535