mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
meson: remove explicit pkgconfig install_dir
This is the default.
This commit is contained in:
@ -75,7 +75,6 @@ if install_static
|
|||||||
libsysprof_capture,
|
libsysprof_capture,
|
||||||
subdirs: [ sysprof_header_subdir ],
|
subdirs: [ sysprof_header_subdir ],
|
||||||
description: 'The static capture library for tools that generate profiling capture data',
|
description: 'The static capture library for tools that generate profiling capture data',
|
||||||
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
|
|
||||||
variables: [ 'datadir=' + datadir_for_pc_file ],
|
variables: [ 'datadir=' + datadir_for_pc_file ],
|
||||||
libraries_private: libsysprof_capture_deps,
|
libraries_private: libsysprof_capture_deps,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -225,7 +225,6 @@ meson.override_dependency('sysprof-@0@'.format(soname_major_version), libsysprof
|
|||||||
pkgconfig.generate(libsysprof,
|
pkgconfig.generate(libsysprof,
|
||||||
subdirs: [sysprof_header_subdir],
|
subdirs: [sysprof_header_subdir],
|
||||||
description: 'A library for recording and analyzing system performance',
|
description: 'A library for recording and analyzing system performance',
|
||||||
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
|
|
||||||
requires: ['gio-2.0'],
|
requires: ['gio-2.0'],
|
||||||
variables: ['datadir=' + datadir_for_pc_file],
|
variables: ['datadir=' + datadir_for_pc_file],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user