1oem_opt = get_option('oem-libraries') 2 3ipmi_plugin_options = ['b_lundef=false'] 4 5################################################# 6# keep options below sorted alphabetically 7################################################# 8if 'example' in oem_opt or 'all' in oem_opt 9 subdir('example') 10endif 11 12if 'nvidia' in oem_opt or 'all' in oem_opt 13 subdir('nvidia') 14endif 15