Skip to content

Commit

Permalink
meson: Improve compatibility with Meson 0.49
Browse files Browse the repository at this point in the history
That version doesn't allow more than two arguments for define_variable.

Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv committed Feb 20, 2022
1 parent 2e3d6e7 commit d8b4221
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 @@ -22,7 +22,6 @@ if bash_completion_dir == ''
'completionsdir',
default: '',
define_variable: [
'prefix', get_option('prefix'),
'datadir', get_option('prefix') / get_option('datadir'),
],
)
Expand Down

0 comments on commit d8b4221

Please sign in to comment.