meson: Fix build with fallback glib
authorJakub Adam <jakub.adam@collabora.com>
Mon, 17 Dec 2018 12:03:24 +0000 (13:03 +0100)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Fri, 21 Dec 2018 19:51:15 +0000 (19:51 +0000)
commit172727599005c8c0ded5754a6916e901b7ef452e
tree7361c0d5f85233b863a4c2ec60906238455d971a
parent9864f36b6436e29f8eff28644c952c4c8f066272
meson: Fix build with fallback glib

When building libnice with glib fallback, its 'libgio_dep' internal
dependency doesn't provide all needed include and library search paths.

To avoid unresolved header files and linker errors in such case,
'libglib_dep', 'libmodule_dep' and 'libgobject_dep' from glib submodule
must be pulled in as well.

The problem should be fixed in GLib 2.60.
examples/meson.build
meson.build
nice/meson.build
random/meson.build