meson: Improve compatibility with Meson 0.49
That version doesn't allow more than two arguments for define_variable. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -22,7 +22,6 @@ if bash_completion_dir == ''
|
|||||||
'completionsdir',
|
'completionsdir',
|
||||||
default: '',
|
default: '',
|
||||||
define_variable: [
|
define_variable: [
|
||||||
'prefix', get_option('prefix'),
|
|
||||||
'datadir', get_option('prefix') / get_option('datadir'),
|
'datadir', get_option('prefix') / get_option('datadir'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user