mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-ui: move ui headers
This commit is contained in:
@ -120,7 +120,7 @@ libsysprof_ui_dep = declare_dependency(
|
|||||||
|
|
||||||
pkgconfig.generate(
|
pkgconfig.generate(
|
||||||
libsysprof_ui,
|
libsysprof_ui,
|
||||||
subdirs: [ sysprof_header_subdir ],
|
subdirs: [ sysprof_ui_header_subdir ],
|
||||||
description: 'The UI library for GTK applications embedding sysprof',
|
description: 'The UI library for GTK applications embedding sysprof',
|
||||||
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
|
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
|
||||||
requires: [ 'gio-2.0', 'gtk4' ],
|
requires: [ 'gio-2.0', 'gtk4' ],
|
||||||
@ -130,6 +130,6 @@ pkgconfig.generate(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
install_headers(libsysprof_ui_public_headers, subdir: sysprof_header_subdir)
|
install_headers(libsysprof_ui_public_headers, subdir: sysprof_ui_header_subdir)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
sysprof_header_subdir = 'sysprof-@0@'.format(libsysprof_api_version)
|
sysprof_header_subdir = 'sysprof-@0@'.format(libsysprof_api_version)
|
||||||
|
sysprof_ui_header_subdir = 'sysprof-ui-@0@'.format(libsysprof_ui_api_version)
|
||||||
|
|
||||||
sysprof_version_conf = configuration_data()
|
sysprof_version_conf = configuration_data()
|
||||||
sysprof_version = meson.project_version().split('.')
|
sysprof_version = meson.project_version().split('.')
|
||||||
|
|||||||
Reference in New Issue
Block a user