mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 09:55:39 +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-plugin-private.h',
|
||||||
'fu-security-attrs-private.h',
|
'fu-security-attrs-private.h',
|
||||||
'fu-smbios-private.h',
|
'fu-smbios-private.h',
|
||||||
|
'fu-udev-device-private.h',
|
||||||
'fu-usb-device-private.h',
|
'fu-usb-device-private.h',
|
||||||
'fu-version.h',
|
'fu-version.h',
|
||||||
]
|
]
|
||||||
@ -113,7 +114,6 @@ if get_option('gusb')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('gudev')
|
if get_option('gudev')
|
||||||
fwupdplugin_headers_private += 'fu-udev-device-private.h'
|
|
||||||
introspection_deps += gudev
|
introspection_deps += gudev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user