libsysprof-ui: add helper to check for sysprof-3 support

This commit is contained in:
Christian Hergert
2019-06-13 17:37:59 -07:00
parent a95287b2d2
commit 37960fc0c7
4 changed files with 146 additions and 0 deletions

View File

@ -5,6 +5,7 @@ libsysprof_ui_public_sources = [
'sysprof-capture-view.c',
'sysprof-callgraph-aid.c',
'sysprof-callgraph-view.c',
'sysprof-check.c',
'sysprof-color-cycle.c',
'sysprof-cpu-aid.c',
'sysprof-cpu-visualizer-row.c',
@ -56,6 +57,7 @@ libsysprof_ui_public_headers = [
'sysprof-callgraph-aid.h',
'sysprof-callgraph-view.h',
'sysprof-cell-renderer-percent.h',
'sysprof-check.h',
'sysprof-cpu-aid.h',
'sysprof-cpu-visualizer-row.h',
'sysprof-display.h',