mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 08:02:06 +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"']
|
cargs = ['-DG_LOG_DOMAIN="Fu"']
|
||||||
|
|
||||||
install_data(['org.freedesktop.fwupd.xml'],
|
if get_option('daemon')
|
||||||
install_dir : join_paths(datadir, 'dbus-1', 'interfaces')
|
install_data(['org.freedesktop.fwupd.xml'],
|
||||||
)
|
install_dir : join_paths(datadir, 'dbus-1', 'interfaces')
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
keyring_deps = []
|
keyring_deps = []
|
||||||
keyring_src = []
|
keyring_src = []
|
||||||
|
Loading…
Reference in New Issue
Block a user