mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 04:33:08 +00:00
trivial: Do not install the introspection files if no daemon
This commit is contained in:
parent
2fd28a374d
commit
8e64005a06
@ -1,8 +1,10 @@
|
||||
cargs = ['-DG_LOG_DOMAIN="Fu"']
|
||||
|
||||
install_data(['org.freedesktop.fwupd.xml'],
|
||||
install_dir : join_paths(datadir, 'dbus-1', 'interfaces')
|
||||
)
|
||||
if get_option('daemon')
|
||||
install_data(['org.freedesktop.fwupd.xml'],
|
||||
install_dir : join_paths(datadir, 'dbus-1', 'interfaces')
|
||||
)
|
||||
endif
|
||||
|
||||
keyring_deps = []
|
||||
keyring_src = []
|
||||
|
Loading…
Reference in New Issue
Block a user