trivial: drop unnecessary HAVE_THUNDERBOLT config

This commit is contained in:
Mario Limonciello 2022-02-19 14:19:18 -06:00
parent 438c30aa63
commit d96ee25bbf

View File

@ -479,10 +479,7 @@ if build_standalone and get_option('plugin_nvme')
endif
endif
if build_standalone and get_option('plugin_thunderbolt')
umockdev = dependency('umockdev-1.0', required: false)
conf.set('HAVE_THUNDERBOLT', '1')
endif
umockdev = dependency('umockdev-1.0', required: false)
if build_standalone and get_option('plugin_flashrom')
libflashrom = dependency('flashrom', fallback : ['flashrom', 'flashrom_dep'])