mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
examples: 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:
@ -1,3 +1,3 @@
|
||||
app = executable('example-app', 'app.c',
|
||||
dependencies: [libsysprof_capture_dep],
|
||||
dependencies: [dependency('glib-2.0'), libsysprof_capture_dep],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user