meson: tests: fix build of tcp test on unix
authorTim-Philipp Müller <tim@centricular.com>
Tue, 16 Jan 2018 19:22:16 +0000 (19:22 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 16 Jan 2018 19:22:16 +0000 (19:22 +0000)
commitd09c38faf7d3b76de3633e43b747d38b5078eace
tree09a608ae013e4661306c36e115518053f143064a
parent9297da71ce1838940ad4dd27b993cfd84070868c
meson: tests: fix build of tcp test on unix

Need to add gio-unix-2.0 dep to pipelines/tcp test otherwise it
won't find the gio/gunixfdmessage.h header which is not in the
same dir as the other gio headers. This issue was masked before
because we didn't include config.h so HAVE_GIO_UNIX_2_0
wasn't defined.
tests/check/meson.build