build: add missing libraries to pkgconfig files

This commit is contained in:
Christian Hergert
2019-05-20 11:12:49 -07:00
parent 29ea60d654
commit 931849b25c
3 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ libsysprof_capture_dep = declare_dependency(
)
pkgconfig.generate(
libraries: [libsysprof_capture],
subdirs: [ sysprof_header_subdir ],
version: meson.project_version(),
name: 'sysprof-capture-@0@'.format(libsysprof_api_version),

View File

@ -109,6 +109,7 @@ libsysprof_ui_dep = declare_dependency(
)
pkgconfig.generate(
libraries: [libsysprof_ui],
subdirs: [ sysprof_header_subdir ],
version: meson.project_version(),
name: 'sysprof-ui-@0@'.format(libsysprof_api_version),

View File

@ -113,6 +113,7 @@ libsysprof_dep = declare_dependency(
)
pkgconfig.generate(
libraries: [libsysprof],
subdirs: [ sysprof_header_subdir ],
version: meson.project_version(),
name: 'sysprof-@0@'.format(libsysprof_api_version),