meson: Add agent include dir to uninstalled pkgconfig file
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 15 Nov 2021 08:17:30 +0000 (13:47 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 15 Nov 2021 08:17:30 +0000 (13:47 +0530)
commit5123cea3a28b0ad30d418410b4ee1fbb0a1884cc
treeb52aac7753d0514e50d7e7a8c4724b044856fc0c
parente451a6cca573fafbbdc5bb5a028c81389f19542d
meson: Add agent include dir to uninstalled pkgconfig file

Meson picks up the includedirs from the library target that it is
building the pkgconfig file for. Since libnice's headers are split
into the nice/ and agent/ subdirs, we need to add agent/ to
include_directories: so that it's automatically added to the
uninstalled pkgconfig file by Meson.
nice/meson.build