meson: remove explicit pkgconfig install_dir

This is the default.
This commit is contained in:
Tristan Partin
2023-07-28 13:09:48 -05:00
parent 70830bd019
commit 79ba6ab3d5
2 changed files with 0 additions and 2 deletions

View File

@ -75,7 +75,6 @@ if install_static
libsysprof_capture,
subdirs: [ sysprof_header_subdir ],
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 ],
libraries_private: libsysprof_capture_deps,
)