diff --git a/src/meson.build b/src/meson.build index e741c5c11..28f0cc19e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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') )