trivial: Don't build the thunderbolt plugins based on udev presence

GUdev has to exist as a runtime dep, and this check for udev.pc will do nothing
helpful.
This commit is contained in:
Richard Hughes 2018-05-30 14:12:11 +01:00
parent f674bc92ec
commit c7c53ff03d

View File

@ -18,7 +18,7 @@ if get_option('plugin_amt')
subdir('amt')
endif
if get_option('plugin_thunderbolt') and udev.found()
if get_option('plugin_thunderbolt')
subdir('thunderbolt')
subdir('thunderbolt-power')
endif