tools: Add missing dependency on glib-2.0

It has previously been implicitly pulled in by libsysprof-capture, but
that will change in future.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #40
This commit is contained in:
Philip Withnall
2020-06-30 16:20:21 +01:00
parent dbcf318096
commit 30e5685655
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
tools_deps = [
dependency('glib-2.0'),
libsysprof_capture_dep,
]

View File

@ -23,6 +23,7 @@
#include "config.h"
#include <errno.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <stdlib.h>
#include <sysprof-capture.h>

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
#include <sysprof-capture.h>