mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-27 22:14:21 +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')
|
||||
systemd_src += 'fu-systemd.c'
|
||||
endif
|
||||
if get_option('polkit')
|
||||
if build_daemon and get_option('polkit')
|
||||
client_src += 'fu-polkit-agent.c'
|
||||
daemon_dep += polkit
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user