mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 19:11:07 +00:00
trivial: Do not change ABI when -Dudev=false
This commit is contained in:
parent
66482687f7
commit
e1519f394e
@ -98,6 +98,7 @@ fwupdplugin_headers_private = [
|
||||
'fu-plugin-private.h',
|
||||
'fu-security-attrs-private.h',
|
||||
'fu-smbios-private.h',
|
||||
'fu-udev-device-private.h',
|
||||
'fu-usb-device-private.h',
|
||||
'fu-version.h',
|
||||
]
|
||||
@ -113,7 +114,6 @@ if get_option('gusb')
|
||||
endif
|
||||
|
||||
if get_option('gudev')
|
||||
fwupdplugin_headers_private += 'fu-udev-device-private.h'
|
||||
introspection_deps += gudev
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user