mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-15 20:31:59 +00:00
8 lines
124 B
Meson
8 lines
124 B
Meson
if get_option('enable-doc')
|
|
subdir('libdfu')
|
|
subdir('libfwupd')
|
|
endif
|
|
if get_option('enable-man')
|
|
subdir('man')
|
|
endif
|