mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 13:18:24 +00:00
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:
parent
f674bc92ec
commit
c7c53ff03d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user