fwupd/docs/meson.build
Richard Hughes 4022700bc8 Do not install the libdfu helper library
In reality fwupd is the only user and we don't want to hold this library to the
same kind of API and ABI guarantees of libfwupd.
2017-09-06 16:21:32 +01:00

7 lines
105 B
Meson

if get_option('enable-doc')
subdir('libfwupd')
endif
if get_option('enable-man')
subdir('man')
endif