Skip to content

Fix building doc when libnice is a subproject

Xavier Claessens requested to merge xclaesse/libnice:doc into master

When passing strings to 'src_dir', they are assumed to be relative to the root source dir of main project. That's possibly a Meson bug, it should be relative to current source dir. In any case, it's better to use include_directories() to avoid any confusion.

Merge request reports