mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-09 17:58:50 +00:00
Don't install DBus introspection data when using -Dintrospection=false
This commit is contained in:
parent
02eac5c75f
commit
5d09600483
@ -2,7 +2,7 @@ if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
if build_daemon
|
||||
if build_daemon and get_option('introspection')
|
||||
install_data(['org.freedesktop.fwupd.xml'],
|
||||
install_dir : join_paths(datadir, 'dbus-1', 'interfaces')
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user