Skip to content

Commit

Permalink
Merge pull request #664 from smcv/completions
Browse files Browse the repository at this point in the history
completions: Don't try to define more than one variable for pkg-config
  • Loading branch information
smcv authored Oct 30, 2024
2 parents 4021ac2 + 3e11554 commit 833b32d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion completions/bash/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if bash_completion_dir == ''
default_value: '',
pkgconfig: 'completionsdir',
pkgconfig_define: [
'prefix', get_option('prefix'),
'datadir', get_option('prefix') / get_option('datadir'),
],
)
Expand Down

0 comments on commit 833b32d

Please sign in to comment.