fwupd/docs/meson.build
Chris Mayo f358837685 Make documentation and man pages optional
Reduce the minimum build-time dependencies.
2017-05-31 20:00:59 +01:00

8 lines
124 B
Meson

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