mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 04:52:15 +00:00
trivial: Fix build error on build=standalone and polkit=true
This fixes error introduced by 11b71f4978
This commit is contained in:
parent
1c62adec69
commit
edab096c64
@ -11,7 +11,7 @@ daemon_dep = []
|
|||||||
if get_option('systemd')
|
if get_option('systemd')
|
||||||
systemd_src += 'fu-systemd.c'
|
systemd_src += 'fu-systemd.c'
|
||||||
endif
|
endif
|
||||||
if get_option('polkit')
|
if build_daemon and get_option('polkit')
|
||||||
client_src += 'fu-polkit-agent.c'
|
client_src += 'fu-polkit-agent.c'
|
||||||
daemon_dep += polkit
|
daemon_dep += polkit
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user