libsysprof: fix flags get type generation

This commit is contained in:
Christian Hergert
2023-07-20 11:24:04 -07:00
parent c3918bc261
commit 5afb315be5
3 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,5 @@
sysprof_header_subdir = 'sysprof-@0@'.format(libsysprof_api_version)
sysprof_header_dir = join_paths(get_option('includedir'), sysprof_header_subdir)
sysprof_version_conf = configuration_data()
sysprof_version = meson.project_version().split('.')