Skip to content

Commit 833b32d

Browse files
authored
Merge pull request #664 from smcv/completions
completions: Don't try to define more than one variable for pkg-config
2 parents 4021ac2 + 3e11554 commit 833b32d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

completions/bash/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ if bash_completion_dir == ''
1313
default_value: '',
1414
pkgconfig: 'completionsdir',
1515
pkgconfig_define: [
16-
'prefix', get_option('prefix'),
1716
'datadir', get_option('prefix') / get_option('datadir'),
1817
],
1918
)

0 commit comments

Comments
 (0)