mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: add missing libraries to pkgconfig files
This commit is contained in:
@ -53,6 +53,7 @@ libsysprof_capture_dep = declare_dependency(
|
|||||||
)
|
)
|
||||||
|
|
||||||
pkgconfig.generate(
|
pkgconfig.generate(
|
||||||
|
libraries: [libsysprof_capture],
|
||||||
subdirs: [ sysprof_header_subdir ],
|
subdirs: [ sysprof_header_subdir ],
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
name: 'sysprof-capture-@0@'.format(libsysprof_api_version),
|
name: 'sysprof-capture-@0@'.format(libsysprof_api_version),
|
||||||
|
|||||||
@ -109,6 +109,7 @@ libsysprof_ui_dep = declare_dependency(
|
|||||||
)
|
)
|
||||||
|
|
||||||
pkgconfig.generate(
|
pkgconfig.generate(
|
||||||
|
libraries: [libsysprof_ui],
|
||||||
subdirs: [ sysprof_header_subdir ],
|
subdirs: [ sysprof_header_subdir ],
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
name: 'sysprof-ui-@0@'.format(libsysprof_api_version),
|
name: 'sysprof-ui-@0@'.format(libsysprof_api_version),
|
||||||
|
|||||||
@ -113,6 +113,7 @@ libsysprof_dep = declare_dependency(
|
|||||||
)
|
)
|
||||||
|
|
||||||
pkgconfig.generate(
|
pkgconfig.generate(
|
||||||
|
libraries: [libsysprof],
|
||||||
subdirs: [ sysprof_header_subdir ],
|
subdirs: [ sysprof_header_subdir ],
|
||||||
version: meson.project_version(),
|
version: meson.project_version(),
|
||||||
name: 'sysprof-@0@'.format(libsysprof_api_version),
|
name: 'sysprof-@0@'.format(libsysprof_api_version),
|
||||||
|
|||||||
Reference in New Issue
Block a user