On Fri, Feb 03, 2023 at 04:27:25PM +0000, Belanger, Martin wrote: > In meson_options.txt we find the build option libdbus. Maybe the dependency can be disabled simply as follows: > > $ meson .build -Dlibdbus=disabled Good point, this just need to subproject prefix to make it work: meson .build -Dlibnvme:libdbus=disabled