Skip to content

Commit

Permalink
configuration summary: drop incorrect pkg_config_path description
Browse files Browse the repository at this point in the history
This is not the install path, it is the path which is used for searching
for dependencies.
  • Loading branch information
eli-schwartz authored and dankamongmen committed Sep 30, 2021
1 parent 05783d2 commit 8039510
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,17 @@ libsixel was configured as follows
Install prefix : @0@
Loader component : @1@
libcurl integration : @2@
pkg-config dir : @3@
Bash completion dir : @4@
Zsh completion dir : @5@
python bindings : @6@
gcov integration : @7@
build type : @8@
tests : @9@
Bash completion dir : @3@
Zsh completion dir : @4@
python bindings : @5@
gcov integration : @6@
build type : @7@
tests : @8@
'''.format(
get_option('prefix'),
' '.join(loaders),
curl_found.found(),
get_option('pkg_config_path'),
bashcompletiondir,
zshcompletiondir,
python2_installation.found().to_string(),
Expand Down

0 comments on commit 8039510

Please sign in to comment.