mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 02:14:53 +00:00

Automake and autoconf are impossible to fully understand and Meson now provides everything we need for a much smaller, faster, and more understandable build. See http://mesonbuild.com/ for more information.
10 lines
189 B
Meson
10 lines
189 B
Meson
gnome.gtkdoc(
|
|
'libdfu',
|
|
src_dir : [
|
|
join_paths(meson.source_root(), 'libdfu'),
|
|
join_paths(meson.build_root(), 'libdfu'),
|
|
],
|
|
main_xml : 'libdfu-docs.xml',
|
|
install : true
|
|
)
|