mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 03:05:54 +00:00

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.
7 lines
105 B
Meson
7 lines
105 B
Meson
if get_option('enable-doc')
|
|
subdir('libfwupd')
|
|
endif
|
|
if get_option('enable-man')
|
|
subdir('man')
|
|
endif
|